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