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