import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; import { NavigationLineSettingsModel } from '@syncfusion/ej2-maps'; export declare let NavigationLinesDirective: any; export declare const NavigationLinesPlugin: { name: string; install(Vue: any): void; }; /** * Represents the directive to define the navigation lines in the maps. * ```vue * * * * * * * * * * * ``` */ export declare let NavigationLineDirective: DefineVueDirective; export declare const NavigationLinePlugin: { name: string; install(Vue: any): void; };