import type { AnyConfigurationModel } from '@jbrowse/core/configuration';
declare const AssemblyEditor: ({ assembly, onClose, }: {
    assembly?: AnyConfigurationModel;
    onClose: () => void;
}) => import("react/jsx-runtime").JSX.Element;
export default AssemblyEditor;
