import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; import { AnnotationModel } from '@syncfusion/ej2-maps'; export declare let AnnotationsDirective: any; export declare const AnnotationsPlugin: { name: string; install(Vue: any): void; }; /** * Represents the directive to define the annotations in the maps. * ```vue * * * * * * ``` */ export declare let AnnotationDirective: DefineVueDirective; export declare const AnnotationPlugin: { name: string; install(Vue: any): void; };