/// import { IconProps } from '../../types'; declare const Earth: (allProps: IconProps) => JSX.Element; export default Earth;