import { SectionHeader } from "./SectionHeader";
import { CellPath } from "./CellPath";
import { DataGrid } from "./DataGrid";
import { Type } from "igniteui-webcomponents-core";
import { CellModel } from "./CellModel";
import { TemplateSectionHeaderCellModel } from "./TemplateSectionHeaderCellModel";
import { TemplateSectionHeaderCellUpdatingEventArgs } from "./TemplateSectionHeaderCellUpdatingEventArgs";
/**
 * @hidden
 */
export declare class TemplateSectionHeader extends SectionHeader {
    static $t: Type;
    protected d2(a: CellPath, b: DataGrid, c: any): string;
    protected n(a: CellPath): CellModel;
    hu(a: TemplateSectionHeaderCellModel, b: any): void;
    cellUpdating: (sender: any, args: TemplateSectionHeaderCellUpdatingEventArgs) => void;
}
