export declare function renderTable(cells: string[][], columns?: number): string;
