import { TextCell } from "./TextCell";
import { DomRenderer } from "igniteui-webcomponents-core";
import { Type } from "igniteui-webcomponents-core";
/**
 * @hidden
 */
export declare class DateTimeCell extends TextCell {
    static $t: Type;
    constructor(a: DomRenderer);
}
