import { OperationOption } from './graphql';
export declare function withApollo<TProps, TResult>(WrappedComponent: any, operationOptions?: OperationOption<TProps, TResult>): any;
