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