import { Editor } from '@tiptap/core'; import { Plugin, Ref } from 'vue'; export declare function useEditorPlugin(): { activeEditor: Ref; }; export declare const EditorPlugin: Plugin<[]>;