import { CanvasCellPresenterBase } from "./CanvasCellPresenterBase";
import { CanvasRowSeparatorCell } from "./CanvasRowSeparatorCell";
import { CanvasGridCellBase } from "./CanvasGridCellBase";
import { Type } from "igniteui-webcomponents-core";
/**
 * @hidden
 */
export declare class CanvasVerticalSeparatorCellPresenter extends CanvasCellPresenterBase {
    static $t: Type;
    get d(): CanvasRowSeparatorCell;
    constructor(a: CanvasGridCellBase);
}
