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