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