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