/// import { Injector } from '@angular/core'; import { FormControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class GeoComponent { private injector; control: FormControl; zoom: number; bounds: google.maps.LatLngBoundsLiteral; height: string; tooltip: string; googleMapsProvided: boolean; constructor(injector: Injector); get latitude(): number; get longitude(): number; updateControl($event: google.maps.MouseEvent): void; updateControlIfUnset($event: google.maps.MouseEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }