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