import React from 'react'; import { UseFetchOptions } from '../hooks/useFetch'; export declare type FetchProps = Partial & { url: RequestInfo; children?: (response: any) => React.ReactNode; fallback?: React.ReactNode; }; export declare function Fetch(props: FetchProps): JSX.Element; //# sourceMappingURL=Fetch.d.ts.map