import { ComponentType } from '../../type'; export declare type MapViewProps = any; declare type MapViewType = ComponentType; export * from 'react-native-web-maps'; export declare const MapView: MapViewType;