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