import React from 'react'; import mAMap from '../../LczAMap/common/AMap'; import { OutPoint } from '../../LczAMap/type/child'; interface PointProps { point: OutPoint; mAmap: mAMap; onChildComEvent?: (id: string, type: string, parpm: any) => void; } declare const _default: React.NamedExoticComponent; export default _default;