import React from 'react'; import type { TreeViewProps } from '../../../../types/tree-view'; /*** * Tree view pattern for hierarchical navigation and expandable lists. * @config expansionIndicator Select `folder` (default) or `chevron` for leading expansion controls. * Expansion controls are separate from row selection, including when rendering custom row content. */ export declare const TreeView: (props: TreeViewProps) => React.ReactElement | null; //# sourceMappingURL=TreeView.d.ts.map