///
import type { RichTextEditor, _RichTextNode } from '../types';
export declare const useTextEditor: (editor: RichTextEditor, initialValue: _RichTextNode[]) => {
value: _RichTextNode[];
setValue: import("react").Dispatch>;
handleEditorBlur: () => void;
};