import * as React from 'react'; import { SendRequestFunction } from './sendRequestFunction'; export declare const withJgqlManual:

(WrappedComponent: React.ComponentType

) => (props: P) => JSX.Element;