import { Editor } from '../TextEditor.types'; export declare const useEditor: () => Editor;