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 TreeGrid.
* It must be contained in a TreeGrid component(`ejs-treegrid`).
* ```html
*
*
*
*
*
*
*
*
*
*
*
*
*
* ```
*/
export declare class AggregateDirective extends ComplexBase {
private viewContainerRef;
directivePropList: any;
childColumns: any;
tags: string[];
/**
* Configures the collection of aggregate columns.
* @default []
*/
columns: any;
/**
* Determines whether to display child summaries for each parent row.
*/
showChildSummary: any;
constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵdir: i0.ɵɵDirectiveDeclaratione-aggregates>e-aggregate", never, { "columns": "columns"; "showChildSummary": "showChildSummary"; }, {}, ["childColumns"]>;
}
/**
* Aggregate Array Directive
* @private
*/
export declare class AggregatesDirective extends ArrayBase {
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵdir: i0.ɵɵDirectiveDeclaratione-aggregates", never, {}, {}, ["children"]>;
}