import type { RawEditorSettings } from 'tinymce'; declare const _sfc_main: import("vue").DefineComponent<{ options: { type: PropType>; default: {}; }; value: { type: StringConstructor; }; toolbar: { type: PropType; default: string[]; }; plugins: { type: PropType; default: string[]; }; modelValue: { type: StringConstructor; }; height: { type: PropType; required: boolean; default: number; }; width: { type: PropType; required: boolean; default: string; }; showImageUpload: { type: BooleanConstructor; default: boolean; }; uploadUrl: { type: StringConstructor; default: string; }; imgHeaders: { type: ObjectConstructor; default: {}; }; responseKey: { type: StringConstructor; default: string; }; }, { prefixCls: string; containerWidth: import("vue").ComputedRef; initOptions: import("vue").ComputedRef; tinymceContent: import("vue").ComputedRef; elRef: Nullable; tinymceId: import("vue").Ref; handleImageUploading: (name: string) => void; handleDone: (name: string, url: string) => void; editorRef: any; fullscreen: import("vue").Ref; disabled: import("vue").ComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue" | "inited" | "init-error")[], "change" | "update:modelValue" | "inited" | "init-error", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>; default: {}; }; value: { type: StringConstructor; }; toolbar: { type: PropType; default: string[]; }; plugins: { type: PropType; default: string[]; }; modelValue: { type: StringConstructor; }; height: { type: PropType; required: boolean; default: number; }; width: { type: PropType; required: boolean; default: string; }; showImageUpload: { type: BooleanConstructor; default: boolean; }; uploadUrl: { type: StringConstructor; default: string; }; imgHeaders: { type: ObjectConstructor; default: {}; }; responseKey: { type: StringConstructor; default: string; }; }>> & { onChange?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onInited?: ((...args: any[]) => any) | undefined; "onInit-error"?: ((...args: any[]) => any) | undefined; }, { width: any; options: any; height: any; uploadUrl: string; responseKey: string; toolbar: any; plugins: any; showImageUpload: boolean; imgHeaders: Record; }>; export default _sfc_main;