import React from 'react'; import { FetchProviderProps } from './types'; export declare const Provider: ({ url, options, graphql, children }: FetchProviderProps) => React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)>;