import { OperationOption } from './types'; export declare function withApollo(WrappedComponent: any, operationOptions?: OperationOption): any;