import { IgrSectionHeaderCellInfo } from "./igr-section-header-cell-info";
import { TemplateSectionHeaderCellModel as TemplateSectionHeaderCellModel_internal } from "./TemplateSectionHeaderCellModel";
/**
 * Backing information for a template section header cell in the grid.
*/
export declare class IgrTemplateSectionHeaderCellInfo extends IgrSectionHeaderCellInfo {
    protected createImplementation(): TemplateSectionHeaderCellModel_internal;
    /**
                                 * @hidden
                                 */
    get i(): TemplateSectionHeaderCellModel_internal;
    constructor();
}
