import { SVGProps } from "react"; declare const Rise: (props: SVGProps) => JSX.Element; export default Rise;