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