import type { EditorChangeMeta, EditorOptions } from "../Editor/Editor.types.js"; export type EditorProps = Omit; export interface EditorChangeDetail { value: string; meta: EditorChangeMeta; } export declare function registerEditorElement(): CustomElementConstructor | undefined; //# sourceMappingURL=editor.d.ts.map