import React from 'react';
import { MapProps } from '@bytedance/mona';
declare const Map: React.FC<MapProps>;
export default Map;
