import { ComplexBase } from '@syncfusion/ej2-react-base';
import { AggregateRowModel } from '@syncfusion/ej2-grids';
/**
* `AggregateDirective` represent a aggregate row of the react Grid.
* It must be contained in a Grid component(`GridComponent`).
* ```tsx
*
*
*
*
*
*
*
*
*
*
*
*
*
* ```
*/
export declare class AggregateDirective extends ComplexBase {
static moduleName: string;
}
export declare class AggregatesDirective extends ComplexBase<{}, {}> {
static propertyName: string;
static moduleName: string;
}