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