/// import { DocumentNode } from 'graphql'; import { OperationOption, DataProps, MutateProps } from './types'; import { OperationVariables } from '../../core'; export declare function graphql> & Partial>>(document: DocumentNode, operationOptions?: OperationOption): (WrappedComponent: React.ComponentType) => React.ComponentClass; //# sourceMappingURL=graphql.d.ts.map