import { CollectionItem, CollectionOptions, ListCollection } from '@zag-js/collection'; declare const createListCollection: (options: CollectionOptions) => ListCollection; export { createListCollection as c };