import React from 'react';
import { MapProps } from './Map.types';
/**
 * An interactive Google Map which can accept MapMarkers as children
 */
declare const Map: React.FunctionComponent<MapProps>;
export default Map;
