import * as React from 'react'; import { OperationOption, WithApolloClient } from './types'; export declare function withApollo(WrappedComponent: React.ComponentType>>, operationOptions?: OperationOption): React.ComponentClass>; //# sourceMappingURL=withApollo.d.ts.map