import React from 'react'; interface Props { className?: string; } declare function MapContainer(props: Props): React.JSX.Element; export default MapContainer;