import type { TreeViewProps } from './types'; export default function TreeView(props: TreeViewProps): import("react/jsx-runtime").JSX.Element;