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