import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; import { RowModel } from '@syncfusion/ej2-charts'; export declare let RowsDirective: any; export declare const RowsPlugin: { name: string; install(Vue: any): void; }; export declare let RowDirective: DefineVueDirective; export declare const RowPlugin: { name: string; install(Vue: any): void; };