import { ElementRef, OnInit } from '@angular/core'; import { ConfigService } from '../../services/config/config.service'; import { ArcgisService } from '../../services/arcgis/arcgis.service'; import * as i0 from "@angular/core"; export declare class MapComponent implements OnInit { private configService; private arcgisService; mapViewEl: ElementRef; constructor(configService: ConfigService, arcgisService: ArcgisService); ngOnInit(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }