import React from 'react'; import Earth from '../../LczEarth/common/earth'; import { OutAreaHeat } from '../../LczEarth/type/child'; type Props = { areaHeat: OutAreaHeat; earth: Earth; }; declare const LczEarthAreaHeat: React.NamedExoticComponent; export default LczEarthAreaHeat;