import { IgcSectionHeaderCellInfo } from "./igc-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 IgcTemplateSectionHeaderCellInfo extends IgcSectionHeaderCellInfo { protected createImplementation(): TemplateSectionHeaderCellModel_internal; /** * @hidden */ get i(): TemplateSectionHeaderCellModel_internal; constructor(); }