import { CollectionState, FiltersMap } from '@wix/bex-core'; export interface CollectionFoldersBaseConfig { /** A [collection state](/pages/cairo/?path=/story/common-hooks--usecollection) that fetches items */ items: CollectionState; /** A [collection state](/pages/cairo/?path=/story/common-hooks--usecollection) that fetches folders */ folders: CollectionState; } //# sourceMappingURL=CollectionFoldersBaseConfig.d.ts.map