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