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