import { type CollectionItem, type CollectionOptions, ListCollection } from '@zag-js/collection'; export declare function useListCollection(options: CollectionOptions): ListCollection;