import { EditorOptions } from '@tiptap/core';
import { Editor } from './Editor.js';
export declare const useEditor: (options?: Partial<EditorOptions>) => import("vue").ShallowRef<Editor | undefined, Editor | undefined>;
//# sourceMappingURL=useEditor.d.ts.map