interface ThumbsDownIconProps { className?: string; color?: string; } /** @deprecated Use icons from icons-v2-generated instead. */ export declare const ThumbsDownIcon: ({ className, color }: ThumbsDownIconProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=thumbs-down-icon.d.ts.map