import React from "react"; import { MapProps as BaseMapProps } from "@pansy/react-amap/es/map"; import { Theme } from "../components/config-provider/types"; import "./style"; export interface MapProps extends BaseMapProps { prefixCls?: string; className?: string; style?: React.CSSProperties; theme?: Theme; } export declare const Map: React.FC; export { Theme, SearchAddress, CityLocation, ChinaDivision, } from "./components";