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