import { VtEditorProps, VtEditorValidationResult, VtEditorToolbarGroup } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const _default: DefineComponent any; change: (html: string) => any; focus: (event: FocusEvent) => any; input: (html: string) => any; "update:modelValue": (value: string) => any; validation: (result: VtEditorValidationResult) => any; }, string, PublicProps, Readonly & Readonly<{ onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((html: string) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; onInput?: ((html: string) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onValidation?: ((result: VtEditorValidationResult) => any) | undefined; }>, { disabled: boolean; toolbar: VtEditorToolbarGroup[]; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=VEditor.vue.d.ts.map