import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
import { Chart3DRowModel } from '@syncfusion/ej2-charts';
export declare let Chart3DRowsDirective: any;
export declare const Chart3DRowsPlugin: {
    name: string;
    install(Vue: any): void;
};
export declare let Chart3DRowDirective: DefineVueDirective<Chart3DRowModel>;
export declare const Chart3DRowPlugin: {
    name: string;
    install(Vue: any): void;
};
