import { FindNearestMarkerParams } from '../../types/MapViewProps'; declare const _default: import('react').MemoExoticComponent<({ origin, maxDistanceMeters, destinations, onNearestFound, initialNearestResults, itineraryLineStyle, profile, engine, }: FindNearestMarkerParams) => import("react/jsx-runtime").JSX.Element | null>; export default _default;