import { Editor } from 'slate-vue3/core'; declare module 'slate-vue3/core' { interface BaseEditor { clearForamts: () => void; } } export declare function withClear(editor: Editor): import("../types").CustomEditor;