import { Cell, Column, TableRow } from '../../index'; export declare class IconColumn extends Column { constructor(); protected _initCell(cell: Cell): Cell; protected _formatValue(value: string, row?: TableRow): string; setCellValue(row: TableRow, value: string): void; cellTextForGrouping(row: TableRow): string; createAggrGroupCell(row: TableRow): Cell; } //# sourceMappingURL=IconColumn.d.ts.map