import { ViewContainerRef } from '@angular/core'; import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; import * as i0 from "@angular/core"; /** * `e-aggregate` directive represent a aggregate row of the Angular Grid. * It must be contained in a Grid component(`ejs-grid`). * ```html * * * * * * * * * * * * * * ``` */ export declare class AggregateDirective extends ComplexBase { private viewContainerRef; directivePropList: any; childColumns: any; tags: string[]; /** * Configures the aggregate columns. * @default [] */ columns: any; constructor(viewContainerRef: ViewContainerRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaratione-aggregates>e-aggregate", never, { "columns": "columns"; }, {}, ["childColumns"]>; } /** * Aggregate Array Directive * @private */ export declare class AggregatesDirective extends ArrayBase { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaratione-aggregates", never, {}, {}, ["children"]>; }