import "remixicon/fonts/remixicon.css"; import "../style/index.css"; import "../style/table.scss"; import { Editor } from "@tiptap/vue-3"; declare function getInstance(): Editor | undefined; declare const _default: __VLS_WithTemplateSlots void; "update:modelValue": (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly> & { onChange?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, { to: string; readonly: boolean; page: boolean; dark: boolean; bubbleMenu: boolean; modelValue: string; }, {}>, { default?(_: {}): any; "bubble-menu"?(_: { nodeType: string; }): any; menu?(_: { readonly: boolean; }): any; footer?(_: { data: { words: number; characters: number; }; }): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };