import React from 'react'; export declare const ApolloProvider: ({ children }: { children: React.ReactNode; }) => JSX.Element;