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