import { ComplexBase } from '@syncfusion/ej2-react-base'; import { AggregateColumnModel } from '@syncfusion/ej2-grids'; export interface AggregateColumnDirTypecast { footerTemplate?: string | Function | any; groupFooterTemplate?: string | Function | any; groupCaptionTemplate?: string | Function | any; } /** * `AggregateColumnDirective represent a aggregate column of the react Grid. * ```tsx * * * * * * * * * * * * * * ``` */ export declare class AggregateColumnDirective extends ComplexBase { static moduleName: string; } export declare class AggregateColumnsDirective extends ComplexBase<{}, {}> { static propertyName: string; static moduleName: string; }