import { CollectionState, FiltersMap, OptionalFiltersMap } from '@wix/bex-core'; export interface UseCollectionComponentBaseParams { /** * An instance of [CollectionState](/pages/cairo/?path=/story/common-state--collectionstate), can be initialized using [useCollection](/pages/cairo/?path=/story/common-hooks--usecollection) hook. */ collection: CollectionState; } //# sourceMappingURL=useCollectionComponentBaseParams.d.ts.map