import { SVGProps } from 'react';

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

export { Rise as default };
