import * as React from 'react'; import type { MarkerProps } from '../../types'; /** * Marker 组件 - 完全声明式 API * * 支持: * - 自定义图标(icon) * - 自定义内容(children)- 自动测量尺寸 * - 大头针样式(pinColor) * - 拖拽功能 * - 所有事件回调 */ declare function Marker(props: MarkerProps): React.JSX.Element; declare const _default: React.MemoExoticComponent; export default _default; //# sourceMappingURL=Marker.d.ts.map