import type { AnyConfigurationModel } from '@jbrowse/core/configuration';
declare const ConfirmDialog: ({ tracks, onClose, }: {
    tracks: AnyConfigurationModel[];
    onClose: (arg: boolean, arg1?: {
        name: string;
    }) => void;
}) => import("react/jsx-runtime").JSX.Element;
export default ConfirmDialog;
