import { IgcHeaderType } from './igc-header-type'; export declare class IgcGridHeaderTemplateContext { /* @wcWidgetMemberName: $implicit */ public set implicit(value: IgcHeaderType); public get implicit(): IgcHeaderType; }