/// export interface IconEarthOutlineProps { size?: string; style?: React.CSSProperties; } export declare const IconEarthOutline: React.FC;