import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; import { AggregateColumnModel } from '@syncfusion/ej2-treegrid'; export declare let AggregateColumnsDirective: any; export declare const AggregateColumnsPlugin: { name: string; install(Vue: any): void; }; /** * `e-aggregate->e-column` directive represent a aggregate column of the VueJS TreeGrid. * ```vue * * * * * * * * * * * * * * ``` */ export declare let AggregateColumnDirective: DefineVueDirective; export declare const AggregateColumnPlugin: { name: string; install(Vue: any): void; };