/// import { TreeNodeProps } from '../recursive-tree'; /** * renders the initial tree node, handling virtual nodes (nodes without id, that only have children) */ export declare function RootNode({ node, depth }: TreeNodeProps): JSX.Element;