import { Cell } from '../../../lib/data-set/cell';
export declare class ViewCellComponent {
    cell: Cell;
}
