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