import { SVGProps } from 'react';

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

export { Ren as default };
