import React from 'react'; import type { TreeNodeProps } from './types.js'; /** * Individual node in the tree view hierarchy * * Renders a single item in the tree with proper indentation, expansion controls, * and optional features like checkboxes, drag-drop handles, and custom end slots. */ export declare const TreeNode: React.FC; //# sourceMappingURL=TreeNode.d.ts.map