import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core'; import { IComponentBase } from '@syncfusion/ej2-angular-base'; import { Maps } from '@syncfusion/ej2-maps'; import { LayersDirective } from './layers.directive'; import { AnnotationsDirective } from './annotations.directive'; import * as i0 from "@angular/core"; export declare const inputs: string[]; export declare const outputs: string[]; export declare const twoWays: string[]; /** * Represents the Angular Maps component. * It is ideal for rendering maps from GeoJSON data or other map providers like OpenStreetMap, Google Maps, Bing Maps, etc that has rich feature set that includes markers, labels, bubbles and much more. * ```html * * ``` */ export declare class MapsComponent extends Maps implements IComponentBase { private ngEle; private srenderer; private viewContainerRef; private injector; context: any; tagObjects: any; animationComplete: any; annotationRendering: any; beforePrint: any; bubbleClick: any; bubbleMouseMove: any; bubbleRendering: any; click: any; dataLabelRendering: any; doubleClick: any; itemHighlight: any; itemSelection: any; layerRendering: any; legendRendering: any; load: any; loaded: any; markerClick: any; markerClusterClick: any; markerClusterMouseMove: any; markerClusterRendering: any; markerDragEnd: any; markerDragStart: any; markerMouseMove: any; markerRendering: any; mouseMove: any; onclick: any; pan: any; panComplete: any; resize: any; rightClick: any; shapeHighlight: any; shapeRendering: any; shapeSelected: any; tooltipRender: any; tooltipRenderComplete: any; zoom: any; zoomComplete: any; dataSourceChange: any; childLayers: QueryList; childAnnotations: QueryList; tags: string[]; constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector); ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; ngAfterContentChecked(): void; registerEvents: (eventList: string[]) => void; addTwoWay: (propList: string[]) => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }