import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; import { MarkerSettingsModel } from '@syncfusion/ej2-maps'; export declare let MarkersDirective: any; export declare const MarkersPlugin: { name: string; install(Vue: any): void; }; /** * Represents the directive to define the markers in the maps. * ```vue * * * * * * * * * * * ``` */ export declare let MarkerDirective: DefineVueDirective; export declare const MarkerPlugin: { name: string; install(Vue: any): void; };