import React from 'react'; import { ApolloClient } from 'apollo-client'; import { NormalizedCacheObject } from 'apollo-cache-inmemory'; import { UserLanguage } from './helpers'; export declare let GQLClient: ApolloClient; export declare const dataIdFromObject: (object: NormalizedCacheObject) => string | null; export declare const initApolloClient: (hostArg: string, lang: UserLanguage) => void; export declare const withApolloProvider:

(Component: React.ComponentType

) => (props: P) => React.JSX.Element; //# sourceMappingURL=apolloProvider.d.ts.map