import { Cell } from '../../../lib/data-set/cell';
export declare class ViewCellComponent {
    cell: Cell;
    printFixedDecimals(cellValue: any): any;
}
