import { TableCell } from '../shared-types'; declare const makeRows: (x0: readonly TableCell[]) => TableCell[][]; export default makeRows;