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