import { TEditor, Value } from "../slate/editor/TEditor"; export declare const withTReact: = TEditor, EE extends E = E & Omit & { children: V; operations: import("..").TOperation[]; marks: Record | null; isInline: (element: N) => boolean; isVoid: (element: N_1) => boolean; normalizeNode: (entry: import("..").TNodeEntry) => void; apply: (operation: import("..").TOperation) => void; getFragment: () => N_4[]; insertFragment: (fragment: N_5[]) => void; insertNode: (node: N_6 | N_6[]) => void; } & import("..").UnknownObject & import("slate-react").ReactEditor>(editor: E) => EE; //# sourceMappingURL=withTReact.d.ts.map