import { OnInit, AfterViewInit, EventEmitter } from "@angular/core"; import * as mapboxgl from "mapbox-gl"; import * as i0 from "@angular/core"; export declare class MapComponent implements OnInit, AfterViewInit { apiKey: string; location: any; dragMarker: boolean; containerName: string; onDrag: EventEmitter; markerOptions: any; map: mapboxgl.Map; marker: mapboxgl.Marker; style: string; mapboxScript: string; mapboxStyle: string; loaded: boolean; constructor(); ngOnInit(): void; ngAfterViewInit(): void; loadScripts(): void; initMap(): void; isLoadedScript(lib: any): boolean; loadScript(lib: any): HTMLScriptElement; isLoadedStyle(lib: any): boolean; loadStyle(lib: any): HTMLLinkElement; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }