import React from 'react'; import Earth from '../../LczEarth/common/earth'; import { OutScatterPoint } from '../../LczEarth/type/child'; declare const LczEarthScatterPoint: React.NamedExoticComponent<{ scatterPoint: OutScatterPoint; earth: Earth; chindEvent: onChildComEvent; }>; export default LczEarthScatterPoint;