import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-ng-base';
/**
* `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;
childColumns: any;
tags: string[];
/**
* Configures the aggregate columns.
* @default []
*/
columns: any;
constructor(viewContainerRef: ViewContainerRef);
}
/**
* Aggregate Array Directive
* @private
*/
export declare class AggregatesDirective extends ArrayBase {
constructor();
}