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