import type { Maybe } from '@rnw-community/shared';
export declare const PaymentResponse: Maybe<{
    new (): PaymentResponse;
    prototype: PaymentResponse;
}> | undefined;
//# sourceMappingURL=payment-response.web.d.ts.map