import { AfterViewInit, ElementRef } from '@angular/core'; import { MapService } from '../../services/map.service'; import { MapIdService } from '../../services/map-id.service'; import * as i0 from "@angular/core"; export declare class ScaleLineComponent implements AfterViewInit { private elementRef; private mapIdService; private mapService; mapId: import("@angular/core").InputSignal; private instance; private viewerHost; constructor(elementRef: ElementRef, mapIdService: MapIdService, mapService: MapService); ngAfterViewInit(): void; init(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }