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