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