import React from 'react'; import Earth from '../../LczEarth/common/earth'; import { OutTitleBubble } from '../../LczEarth/type/child'; type Props = { earth: Earth; titleBubble: OutTitleBubble; chindEvent: onChildComEvent; }; declare const LczEarthTitleBubble: React.NamedExoticComponent; export default LczEarthTitleBubble;