import type { SVGProps } from "react"; export interface ThumbsDownIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function ThumbsDownIcon({ className, size, color, ...props }: ThumbsDownIconProps): import("react").JSX.Element; //# sourceMappingURL=thumbs-down-icon.d.ts.map