import { IgcCellInfo } from "./igc-cell-info";
import { VerticalSeparatorCellModel as VerticalSeparatorCellModel_internal } from "./VerticalSeparatorCellModel";
/**
 * Represents backing information for vertical separators.
*/
export declare class IgcVerticalSeparatorCellInfo extends IgcCellInfo {
    protected createImplementation(): VerticalSeparatorCellModel_internal;
    /**
                                 * @hidden
                                 */
    get i(): VerticalSeparatorCellModel_internal;
    constructor();
}
