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