/// <reference types="react" />
export interface IconEarthProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconEarth: React.FC<IconEarthProps>;
