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