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