import { TemplateSectionHeaderCellModel } from "./TemplateSectionHeaderCellModel";
import { Type } from "igniteui-webcomponents-core";
/**
 * @hidden
 */
export interface IExternalTemplateSectionHeader {
    raiseCreateOrUpdate(a: TemplateSectionHeaderCellModel, b: any): void;
}
/**
 * @hidden
 */
export declare let IExternalTemplateSectionHeader_$type: Type;
