/// <reference types="googlemaps" />
export declare function useMapExternalGoogle(google: any, options: google.maps.MapOptions): {
    ref: {
        current?: HTMLElement | undefined;
    };
    map: any;
};
