import type { AnyConfigurationModel } from '@jbrowse/core/configuration';
import type { AbstractSessionModel } from '@jbrowse/core/util';
declare const ToggleConnectionDialog: ({ session, handleClose, breakConnection, }: {
    handleClose: () => void;
    session: AbstractSessionModel;
    breakConnection: (arg: AnyConfigurationModel) => void;
}) => import("react/jsx-runtime").JSX.Element;
export default ToggleConnectionDialog;
