import type { FiltersMap, OptionalFiltersMap, SchemaSource } from '@wix/bex-core'; import type { TableState } from '../state'; import { type SchemaCollectionOptions } from './schemaCollectionOptions'; /** A table collection driven by a source: the source supplies the query and * the fields area, and both attach when the state is created. */ export declare function useTableCollection(source: SchemaSource, options?: SchemaCollectionOptions): TableState; //# sourceMappingURL=useTableCollection.d.ts.map