import type { TreeViewItem } from '../types.js'; /** * Gets all descendants of an item * * Used for operations requiring identification of an entire subtree, * such as multi-selection or determining expanded state for search results */ export declare function getAllDescendants(item: TreeViewItem): TreeViewItem[]; //# sourceMappingURL=getAllDescendants.d.ts.map