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