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