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