import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
import { IndexesModel } from '@syncfusion/ej2-charts';
export declare let CircularChart3DSelectedDataIndexesDirective: any;
export declare const CircularChart3DSelectedDataIndexesPlugin: {
    name: string;
    install(Vue: any): void;
};
export declare let CircularChart3DSelectedDataIndexDirective: DefineVueDirective<IndexesModel>;
export declare const CircularChart3DSelectedDataIndexPlugin: {
    name: string;
    install(Vue: any): void;
};
