/**
 * Gallery entry — editor (rich text over ProseMirror). The live view is a
 * textarea synced to the core: printable keys type through the core,
 * Enter splits the block; the caret is driven from state.selection.
 */
import { createEditorCore } from '../../editor/index.js';
import type { EditorConfig } from '../../editor/index.js';
import type { RegisteredComponent } from '../../inspector/index.js';
export declare const editorEntry: RegisteredComponent<EditorConfig, ReturnType<typeof createEditorCore>>;
//# sourceMappingURL=editor.d.ts.map