/** * Load the google maps JavaScript API libraries used by this package. * * @param key Google Maps API Key * @returns */ export default function useGoogleJsApiLoader(key: string): { isLoaded: boolean; loadError: Error | undefined; };