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