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