import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; import { AggregateRowModel } from '@syncfusion/ej2-grids'; export declare let AggregatesDirective: any; export declare const AggregatesPlugin: { name: string; install(Vue: any): void; }; /** * `e-aggregate` directive represent a aggregate row of the VueJS Grid. * It must be contained in a Grid component(`ejs-grid`). * ```vue * * * * * * * * * * * * * * ``` */ export declare let AggregateDirective: DefineVueDirective; export declare const AggregatePlugin: { name: string; install(Vue: any): void; };