/// export declare type TreeProps = { name: string; value: T; treeChildren?: TreeProps[]; }; export declare const Tree: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export declare type MarkOpProps = { action: string; markType: string; backgroundColor: string; borderColor: string; opId: string; start: { opId: string; }; end: { opId: string; }; }; export declare type GoTreeProps = { tree: TreeProps; }; export declare const GoTree: React.FC>; //# sourceMappingURL=gotree.d.ts.map