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