import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; import { IndexesModel } from '@syncfusion/ej2-charts'; export declare let SelectedDataIndexesDirective: any; export declare const SelectedDataIndexesPlugin: { name: string; install(Vue: any): void; }; export declare let SelectedDataIndexDirective: DefineVueDirective; export declare const SelectedDataIndexPlugin: { name: string; install(Vue: any): void; };