import * as i0 from "@angular/core"; export declare class GoogleMapService { autocompleteService: any; private geoCoder; searchedAddress: any[]; latitude: number; longitude: number; placesService: any; setCurrentLocation(): void; getNearestAddress(): Promise; getQueryPredictions(query: string): Promise; getAddress(latitude: number, longitude: number): Promise; getDetails(data: any): Promise; isLetter(value: string): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }