export default _sfc_main; declare namespace _sfc_main { const name: string; const components: undefined; namespace props { namespace height { export const type: StringConstructor; const _default: string; export { _default as default }; } namespace modelValue { const type_1: StringConstructor; export { type_1 as type }; function _default_1(): string; export { _default_1 as default }; } namespace disabled { const type_2: BooleanConstructor; export { type_2 as type }; function _default_2(): boolean; export { _default_2 as default }; } } function data(): { editorRef: null; editor: null; mode: string; valueHtml: undefined; editorConfig: { placeholder: string; }; toolbarConfig: { toolbarKeys: string[]; }; }; namespace watch { export namespace disabled_1 { function handler(newValue: any): void; } export { disabled_1 as disabled }; export namespace modelValue_1 { function handler(): void; } export { modelValue_1 as modelValue }; } namespace methods { function handleCreated(editor: any): void; function handleChange(editor: any): void; function handleBlur(editor: any): void; function beforeDestroy(): void; } }