import React from 'react'; import Earth from '../../LczEarth/common/earth'; import { OutRealEarth } from '../../LczEarth/type/child'; declare const LczEarthRealEarth: React.NamedExoticComponent<{ realEarth: OutRealEarth; earth: Earth; }>; export default LczEarthRealEarth;