/// import * as PropTypes from 'prop-types'; import { OperationVariables } from '../../core'; import { QueryComponentOptions } from './types'; export declare function Query(props: QueryComponentOptions): JSX.Element | null; export declare namespace Query { var propTypes: PropTypes.InferProps>; } export interface Query { propTypes: PropTypes.InferProps>; } //# sourceMappingURL=Query.d.ts.map