import { CellPresenterBase } from "./CellPresenterBase"; import { DateTimeCell } from "./DateTimeCell"; import { GridCellBase } from "./GridCellBase"; import { CellModel } from "./CellModel"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class DateTimeCellPresenter extends CellPresenterBase { static $t: Type; get d(): DateTimeCell; constructor(a: GridCellBase); protected b(a: CellModel): void; private e; }