import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; import { AggregateRowModel } from '@syncfusion/ej2-treegrid'; 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 TreeGrid. * It must be contained in a TreeGrid component(`ejs-treegrid`). * ```vue * * * * * * * * * * * * * * ``` */ export declare let AggregateDirective: DefineVueDirective; export declare const AggregatePlugin: { name: string; install(Vue: any): void; };