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