import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
import { TechnicalIndicatorModel } from '@syncfusion/ej2-charts';
export declare let IndicatorsDirective: any;
export declare const IndicatorsPlugin: {
    name: string;
    install(Vue: any): void;
};
export declare let IndicatorDirective: DefineVueDirective<TechnicalIndicatorModel>;
export declare const IndicatorPlugin: {
    name: string;
    install(Vue: any): void;
};
