import { ReactElement } from 'react'; import { MapViewProps } from '../../types/MapViewProps'; declare const _default: import('react').MemoExoticComponent<({ containerStyle, square, loading, height, width, center, zoom, popupMaxWidth, openPopup, openPopupOnHover, markers, fitBounds, fitBoundsPadding, fitBoundDuration, fitBoundsAnimationKey, disableAnimation, mapStyle: baseMapStyle, onMapClick, baseMapView, cooperativeGestures, doubleClickZoom, projection, theme: themeOverride, features, itineraryParams, findNearestMarker, isochrone, markerAnchor, popupAnchor, }: MapViewProps) => ReactElement>; export default _default;