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