import type { FiltersMap, OptionalFiltersMap, SchemaSource } from '@wix/bex-core'; import type { GridState } from '../state'; import { type SchemaCollectionOptions } from './schemaCollectionOptions'; /** A grid collection driven by a source — the source's filters and field * management attach to the toolbar even though a grid has no columns. */ export declare function useGridCollection(source: SchemaSource, options?: SchemaCollectionOptions): GridState; //# sourceMappingURL=useGridCollection.d.ts.map