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