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