export function google2address(google: any): {
    formatted: any;
    formattedStreetAddress: string | undefined;
    latLng: {
        lat: any;
        lng: any;
    };
    approximate: boolean;
    city: any;
    state: any;
    country: any;
    countryCode: any;
    street: any;
    number: any;
    postalCode: any;
    subpremise: any;
};
export function includes(arr: any, value: any): boolean;
export function trySetStreetNumberIfNotReceived(google: any, inputValue: any): any;
//# sourceMappingURL=google2address.d.ts.map