/// <reference types="googlemaps" />
export declare class NgxAutocomPlaceService {
    autocompleteService: google.maps.places.AutocompleteService;
    placeService: google.maps.places.PlacesService;
    sessionToken: google.maps.places.AutocompleteSessionToken;
    constructor();
    getPredictions(value: any, options: any): Promise<google.maps.places.AutocompletePrediction[]>;
    getPlaceDetails(placeId: string): Promise<google.maps.places.PlaceResult>;
}
