import type { DocumentNode } from "graphql"; import type * as ReactTypes from "react"; import type { OperationOption, DataProps, MutateProps } from "./types.js"; import type { OperationVariables } from "../../core/index.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 graphql> & Partial>>(document: DocumentNode, operationOptions?: OperationOption): (WrappedComponent: ReactTypes.ComponentType) => ReactTypes.ComponentClass; //# sourceMappingURL=graphql.d.ts.map