import { IgcCellInfo } from "./igc-cell-info";
import { RowSeparatorModel as RowSeparatorModel_internal } from "./RowSeparatorModel";
/**
 * Represents backing information for the row separators.
*/
export declare class IgcRowSeparatorInfo extends IgcCellInfo {
    protected createImplementation(): RowSeparatorModel_internal;
    /**
                                 * @hidden
                                 */
    get i(): RowSeparatorModel_internal;
    constructor();
}
