import { Editor, JSONContent } from '@tiptap/core'; import { Content } from '@tiptap/vue-3'; declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{ content?: Content | undefined; placeholder?: string | undefined; noBubbles?: boolean | undefined; disabled?: boolean | undefined; }>, { editor: import("vue").ShallowRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { json: (json: JSONContent) => void; html: (html: string) => void; text: (text: string) => void; blur: (editor: Editor) => void; focus: (editor: Editor) => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>> & { onFocus?: ((editor: Editor) => any) | undefined; onBlur?: ((editor: Editor) => any) | undefined; onJson?: ((json: JSONContent) => any) | undefined; onHtml?: ((html: string) => any) | undefined; onText?: ((text: string) => any) | undefined; }, {}, {}>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; };