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