import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
import { Chart3DAxisModel } from '@syncfusion/ej2-charts';
export declare let Chart3DAxesDirective: any;
export declare const Chart3DAxesPlugin: {
    name: string;
    install(Vue: any): void;
};
export declare let Chart3DAxisDirective: DefineVueDirective<Chart3DAxisModel>;
export declare const Chart3DAxisPlugin: {
    name: string;
    install(Vue: any): void;
};
