import { type CollectionItem, ListCollection, type ListCollectionOptions } from "@qualcomm-ui/utils/collection"; export declare const selectCollection: (options: ListCollectionOptions) => ListCollection; export declare const emptyCollection: () => ListCollection; //# sourceMappingURL=select.collection.d.ts.map