import { TableColumnDataItem } from '../table.interface'; export declare class IcosTableFormat { static getCSSValue(val: string | number): number; formatRowData(tableRows: TableColumnDataItem[][]): any; }