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