import React from 'react';
import { GoogleMapProps } from './GoogleMap.types';
/**
 * A responsive Google Maps embed
 */
declare const GoogleMap: React.FunctionComponent<GoogleMapProps>;
export default GoogleMap;
