import type * as ReactTypes from "react"; import type { OperationOption, WithApolloClient } from "./types.js"; /** * @deprecated * Official support for React Apollo higher order components ended in March 2020. * This library is still included in the `@apollo/client` package, but it no longer receives feature updates or bug fixes. */ export declare function withApollo(WrappedComponent: ReactTypes.ComponentType>>, operationOptions?: OperationOption): ReactTypes.ComponentClass>; //# sourceMappingURL=withApollo.d.ts.map