import { ApolloClient } from "@apollo/client"; import * as React from "react"; /** * @internal */ export declare function useOverridenOrDefaultApolloClient(): ApolloClient; /** * A context provider that allows passing an explicit ApolloClient instance to * the apollo-react-relay-duct-tape hooks. If this provider is not used, the * hooks will default to one provided by @apollo/client's ApolloProvider. * * This allows a subset of a tree to use apollo-react-relay-duct-tape using a * different ApolloClient instance than the rest of the tree above and below it. */ export declare const ApolloReactRelayDuctTapeProvider: React.FC; }>>; //# sourceMappingURL=useOverridenOrDefaultApolloClient.d.ts.map