/// <reference types="googlemaps" />
export declare interface google {
    maps: typeof google.maps;
}
