import { Editor } from '@tiptap/core'; import { InjectionKey, Plugin, Ref } from 'vue'; export declare const EDITOR_TOOLBAR_KEY: InjectionKey>; export declare function useEditorToolbar(): Ref; export declare const EditorToolbarPlugin: Plugin;