import { CollectionItem, CollectionOptions, ListCollection } from '@zag-js/collection';

declare const createListCollection: <T extends CollectionItem>(options: CollectionOptions<T>) => ListCollection<T>;

export { createListCollection as c };
