/// import { IMapProps } from "../interfaces/mapInterfaces"; declare const MapComponent: ({ children, mapOptions, className, getMap }: IMapProps) => JSX.Element; export default MapComponent;