import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
/**
 * @public
 */
declare const ThumbsDownIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
export { ThumbsDownIcon, ThumbsDownIcon as default };
//# sourceMappingURL=ThumbsDown.d.ts.map