import { SectionHeaderCellModel } from "./SectionHeaderCellModel";
import { Type } from "igniteui-webcomponents-core";
/**
 * @hidden
 */
export declare class TemplateSectionHeaderCellModel extends SectionHeaderCellModel {
    static $t: Type;
}
