import type { AnyConfigurationModel } from '@jbrowse/core/configuration';
import type { IAnyStateTreeNode } from 'mobx-state-tree';
declare const GroupByTagDialog: (props: {
    model: {
        adapterConfig: AnyConfigurationModel;
        configuration: AnyConfigurationModel;
    } & IAnyStateTreeNode;
    handleClose: () => void;
}) => import("react/jsx-runtime").JSX.Element;
export default GroupByTagDialog;
