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