import { TableRow } from './tableData';
export declare const table: (tableData: TableRow[]) => string;
