import type { EditorCustomHandlers, EditorEmits, EditorProps } from '@nuxt/ui'; import type { HTMLContent } from '@tiptap/vue-3'; export interface EditorFullProps extends Omit, 'autofocus' | 'contentType' | 'placeholder'> { customHandlers?: EditorCustomHandlers; madeRaw?: boolean; } export interface EditorFullEmits extends EditorEmits { } declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;