import type { CollectionState, FiltersMap, OptionalFiltersMap, SchemaSource } from '@wix/bex-core'; import { type SchemaCollectionOptions } from './schemaCollectionOptions'; /** * A bare collection driven by a schema source — data half only. For the fields * UI (columns, filters, field management) use a component hook from this entry * (`useTableCollection`, `useLayoutSwitchCollection`, …). */ export declare const useCollection: (source: SchemaSource, options?: SchemaCollectionOptions | undefined) => CollectionState; //# sourceMappingURL=useCollection.d.ts.map