import React from "react"; import { TreeProps } from "./TreeProps"; export declare const Tree: React.FunctionComponent> & { Node: React.FunctionComponent> & { ActionLink: React.ForwardRefExoticComponent & React.RefAttributes>; }; };