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<DateCellComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DateCellComponent, "mdt-date-cell", never, { "column": { "alias": "column"; "required": false; }; "row": { "alias": "row"; "required": false; }; }, {}, never, never, false, never>;
}
