import { Editor } from '@tiptap/vue-3'; declare function applyFormat(format: string, value: any): void; declare function getSelectionFormat(): { bold?: undefined; italic?: undefined; underline?: undefined; strike?: undefined; color?: undefined; fontFamily?: undefined; fontSize?: undefined; textAlign?: undefined; } | { bold: boolean; italic: boolean; underline: boolean; strike: boolean; color: any; fontFamily: any; fontSize: any; textAlign: any; }; declare function hasSelection(): boolean; declare function applyToAll(command: (chain: any) => void): void; declare const _default: import('vue').DefineComponent, { applyFormat: typeof applyFormat; getSelectionFormat: typeof getSelectionFormat; hasSelection: typeof hasSelection; applyToAll: typeof applyToAll; editor: import('vue').ComputedRef; pendingEmptyMarks: import('vue').ComputedRef; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; "selection-change": (...args: any[]) => void; "content-update": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; "onSelection-change"?: ((...args: any[]) => any) | undefined; "onContent-update"?: ((...args: any[]) => any) | undefined; }>, { modelValue: string; editable: boolean; enableLists: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>; export default _default;