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