export declare const NovaQuillEditor: import("../utils").SFCWithInstall; theme: { type: import("vue").PropType<"" | "snow" | "bubble">; default: string; validator: (value: string) => boolean; }; contentType: { type: import("vue").PropType<"html" | "text" | "delta">; default: string; validator: (value: string) => boolean; }; toolbarTheme: { type: (StringConstructor | ArrayConstructor)[]; default: string; validator: (value: string) => boolean; }; id: { type: StringConstructor; default: string; }; uploadImgCallBack: { type: FunctionConstructor; }; upLoadFile: { type: FunctionConstructor; }; toolbarConfig: { type: ArrayConstructor; default: () => never[]; }; fileAccept: { type: StringConstructor; default: () => string; }; }, { getQuill: () => any; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (...args: any[]) => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; theme: { type: import("vue").PropType<"" | "snow" | "bubble">; default: string; validator: (value: string) => boolean; }; contentType: { type: import("vue").PropType<"html" | "text" | "delta">; default: string; validator: (value: string) => boolean; }; toolbarTheme: { type: (StringConstructor | ArrayConstructor)[]; default: string; validator: (value: string) => boolean; }; id: { type: StringConstructor; default: string; }; uploadImgCallBack: { type: FunctionConstructor; }; upLoadFile: { type: FunctionConstructor; }; toolbarConfig: { type: ArrayConstructor; default: () => never[]; }; fileAccept: { type: StringConstructor; default: () => string; }; }>> & { onChange?: ((...args: any[]) => any) | undefined; }, { id: string; contentType: "html" | "text" | "delta"; theme: "" | "snow" | "bubble"; toolbarTheme: string | unknown[]; toolbarConfig: unknown[]; fileAccept: string; }, {}>> & Record; export default NovaQuillEditor;