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