import { TreeCollectionOptions, TreeCollection } from '@zag-js/collection'; export { TreeNode } from '@zag-js/collection'; declare const collection: { (options: TreeCollectionOptions): TreeCollection; empty(): TreeCollection; }; export { collection };