import React from 'react';
import MapView from 'react-native-maps';
import type { ClusteredMapViewProps } from './types';
declare const _default: React.NamedExoticComponent<ClusteredMapViewProps & React.RefAttributes<MapView>>;
export default _default;
