import { EntryEditor } from '../atoms/EntryEditorAtoms.js';
export interface EntryEditProps {
    editor: EntryEditor;
}
export declare function EntryEdit({ editor }: EntryEditProps): import("react/jsx-runtime").JSX.Element;
