import type { SmartEditorOptions } from "../SmartEditor/SmartEditor.types.js"; export type SmartEditorProps = Omit; export interface SmartEditorChangeDetail { value: string; } export interface SmartEditorSendDetail { value: string; } export declare function registerSmartEditorElement(): CustomElementConstructor | undefined; //# sourceMappingURL=smart-editor.d.ts.map