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