import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; import { IndexesModel } from '@syncfusion/ej2-charts'; export declare let Chart3DSelectedDataIndexesDirective: any; export declare const Chart3DSelectedDataIndexesPlugin: { name: string; install(Vue: any): void; }; export declare let Chart3DSelectedDataIndexDirective: DefineVueDirective; export declare const Chart3DSelectedDataIndexPlugin: { name: string; install(Vue: any): void; };