import type { HierarchicalTrackSelectorModel } from '../../model';
import type { AnyConfigurationModel } from '@jbrowse/core/configuration';
declare const TrackLabelMenu: ({ id, trackId, stopPropagation, model, setOpen, conf, }: {
    id: string;
    trackId: string;
    stopPropagation?: boolean;
    conf: AnyConfigurationModel;
    setOpen?: (arg: boolean) => void;
    model: HierarchicalTrackSelectorModel;
}) => import("react/jsx-runtime").JSX.Element;
export default TrackLabelMenu;
