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<any>;
    getQueryPredictions(query: string): Promise<any>;
    getAddress(latitude: number, longitude: number): Promise<any>;
    getDetails(data: any): Promise<any>;
    isLetter(value: string): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<GoogleMapService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<GoogleMapService>;
}
