import React from 'react'; import type { TreeViewProps } from './types.js'; /** * TreeView component for displaying hierarchical data * * Features: * - Hierarchical display with collapsible folders * - Checkbox selection with parent-child propagation * - Search with auto-expansion of matching paths * - Drag and drop for reordering * - Context menus for additional actions * - Custom end slots for each node */ export declare const TreeView: React.FC; //# sourceMappingURL=TreeView.d.ts.map