import { SVGProps } from 'react';

declare const Redd: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Redd as default };
