import type { PropType } from 'vue'; import type { QuillOptionsStatic } from 'quill'; export declare type WysiwygComponentConfig = QuillOptionsStatic; declare const _default: import("vue").DefineComponent<{ config: { type: PropType; default: () => { theme: string; formats: string[]; modules: { toolbar: (string[] | { header: (number | boolean)[]; }[] | { list: string; }[] | { script: string; }[])[]; }; }; }; modelValue: { type: StringConstructor; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; errors: { type: PropType; default: null; }; allErrors: { type: PropType | null>; default: null; }; placeholder: { type: StringConstructor; default: string; }; required: { type: BooleanConstructor; default: boolean; }; fieldKey: { type: StringConstructor; default: string; }; context: { type: PropType | null>; default: null; }; formObject: { type: PropType | null>; default: null; }; formObjectId: { type: (StringConstructor | NumberConstructor)[]; default: string; }; }, { editorEl: import("vue").Ref; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: () => { theme: string; formats: string[]; modules: { toolbar: (string[] | { header: (number | boolean)[]; }[] | { list: string; }[] | { script: string; }[])[]; }; }; }; modelValue: { type: StringConstructor; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; errors: { type: PropType; default: null; }; allErrors: { type: PropType | null>; default: null; }; placeholder: { type: StringConstructor; default: string; }; required: { type: BooleanConstructor; default: boolean; }; fieldKey: { type: StringConstructor; default: string; }; context: { type: PropType | null>; default: null; }; formObject: { type: PropType | null>; default: null; }; formObjectId: { type: (StringConstructor | NumberConstructor)[]; default: string; }; }>> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, { required: boolean; modelValue: string; disabled: boolean; errors: string[] | null; allErrors: Record | null; placeholder: string; fieldKey: string; context: Record | null; formObject: Record | null; formObjectId: string | number; config: QuillOptionsStatic; }>; export default _default;