import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
import { StockChartRowModel } from '@syncfusion/ej2-charts';
export declare let StockChartRowsDirective: any;
export declare const StockChartRowsPlugin: {
    name: string;
    install(Vue: any): void;
};
export declare let StockChartRowDirective: DefineVueDirective<StockChartRowModel>;
export declare const StockChartRowPlugin: {
    name: string;
    install(Vue: any): void;
};
