import { EditorProps } from './MicromoleculesEditor';
declare type Props = EditorProps & {
    disableMacromoleculesEditor?: boolean;
};
export declare const Editor: (props: Props) => import("react/jsx-runtime").JSX.Element;
export {};
