import { OnInit } from '@angular/core'; import { CellComponent } from './cell.component'; import { ColumnConfig } from '../../column-config.model'; import * as i0 from "@angular/core"; export declare class DateCellComponent implements CellComponent, OnInit { column: ColumnConfig; row: object; dateFormat: string; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }