import { SVGProps } from 'react';

declare const Fetch: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Fetch as default };
