import type { AnyConfigurationModel } from '@jbrowse/core/configuration';
import type { ConnectionType } from '@jbrowse/core/pluggableElementTypes';
import type { AbstractSessionModel } from '@jbrowse/core/util';
declare const ConfigureConnection: ({ connectionType, model, session, }: {
    connectionType: ConnectionType;
    model: AnyConfigurationModel;
    session: AbstractSessionModel;
}) => import("react/jsx-runtime").JSX.Element;
export default ConfigureConnection;
