import React from "react";
import "./Map.css";
import { IMapProps } from "./types";
declare const Map: React.FC<IMapProps>;
export default Map;
