import { SVGProps } from 'react';

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

export { Revain as default };
