///
declare function useTextEdit({ editable, focused, expand, onTextSelect, onTextKeyDown, onTextBlur, onEditModeChange }: any): {
spanRef: import("react").RefObject;
editableProps: any;
};
export default useTextEdit;
//# sourceMappingURL=useTextEdit.d.ts.map