/** * This component is taken from `react-native-maps` * I just replaced the inner components with the web ones * I guess this has been tested by the creators lol * https://github.com/react-native-maps/react-native-maps/blob/master/src/Geojson.js */ /// import type { GeojsonProps } from 'react-native-maps'; export declare function Geojson(props: GeojsonProps): JSX.Element;