import type { RowData, RowModel, TableInstance } from "../types.js"; export declare function getFacetedRowModel(): (table: TableInstance, columnId: string) => () => RowModel; //# sourceMappingURL=get-faceted-row-model.d.ts.map