import { TableColumn } from './table-column'; export declare class TableRow { columns: TableColumn[]; constructor(columns: TableColumn[]); }