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