import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; import { StockChartAxisModel } from '@syncfusion/ej2-charts'; export declare let StockChartAxesDirective: any; export declare const StockChartAxesPlugin: { name: string; install(Vue: any): void; }; export declare let StockChartAxisDirective: DefineVueDirective; export declare const StockChartAxisPlugin: { name: string; install(Vue: any): void; };