import { Value } from "../../slate"; import { TazeEditor } from "../../types"; export declare const useTaze: = TazeEditor>({ editor, value, setValue }: { editor: E; value: Value; setValue: (value: Value) => void; }) => { slateProps: Omit; editableProps: import("../../slate").TEditableProps; }; //# sourceMappingURL=useTaze.d.ts.map