import type { AnyConfigurationModel } from '@jbrowse/core/configuration';
declare const AboutDialogContents: ({ config, }: {
    config: AnyConfigurationModel;
}) => import("react/jsx-runtime").JSX.Element;
export default AboutDialogContents;
