import { CommonConfType } from '../../types'; declare function getAverageColumnWidths(rows: CommonConfType[]): any[]; declare function getTableRows(tableConf: CommonConfType): any; declare function getRowCells(rowConf: CommonConfType): CommonConfType[]; declare function fixTableConf(rowsConf: CommonConfType[], { tableWidth }: { tableWidth: any; }): void; export { getAverageColumnWidths, getTableRows, getRowCells, fixTableConf };