import { TableCell } from './table-cell'; export declare class TableRow { cells: TableCell[]; id?: number; constructor(cells: TableCell[], id?: number); }