import { Table, RowModel, RowData } from '../types'; export declare function getFacetedRowModel(): (table: Table, columnId: string) => () => RowModel;