import { type QEditorProps } from "quasar"; export interface LEditorProps extends QEditorProps { } declare const __VLS_export: import("vue").DefineComponent void; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { dense: boolean; modelValue: string; placeholder: string; fonts: any | undefined; toolbar: readonly any[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;