import * as React from 'react'; import { ApolloCache } from 'apollo-cache'; export declare const createApolloLoadingProvider: (globalCache?: ApolloCache | undefined) => ({ children, cache, }: { children: string | number | React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | JSX.Element; cache?: ApolloCache | undefined; }) => JSX.Element;