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