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