import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
import { StockChartIndexesModel } from '@syncfusion/ej2-charts';
export declare let StockChartSelectedDataIndexesDirective: any;
export declare const StockChartSelectedDataIndexesPlugin: {
    name: string;
    install(Vue: any): void;
};
export declare let StockChartSelectedDataIndexDirective: DefineVueDirective<StockChartIndexesModel>;
export declare const StockChartSelectedDataIndexPlugin: {
    name: string;
    install(Vue: any): void;
};
