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