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