import type { TreeItem, TreeProps } from './types'; export declare function Tree>(props: TreeProps): React.ReactElement | null;