import React from 'react'; import { MapProps } from 'remax/wechat'; declare const _default: ({ latitude, longitude, id, markers, style, onMarkerClick, ...props }: Omit & { markers: { id?: any; iconPath?: any; label?: any; latitude?: any; longitude?: any; width?: any; height?: any; }[]; }) => React.JSX.Element; export default _default;