import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
import { TreeGridColumnModel } from '@syncfusion/ej2-treegrid';
export declare let ColumnsDirective: any;
export declare const ColumnsPlugin: {
name: string;
install(Vue: any): void;
};
/**
* `e-column` directive represent a column of the VueJS TreeGrid.
* It must be contained in a TreeGrid component(`ejs-treegrid`).
* ```vue
*
*
*
*
*
*
* ```
*/
export declare let ColumnDirective: DefineVueDirective;
export declare const ColumnPlugin: {
name: string;
install(Vue: any): void;
};