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