import { PaymentIntent } from '../types'; export declare const ReactPaymentWidget: any; export declare const usePMTGateway: (config: { publicKey: string; environment?: "test" | "live"; }) => { createPaymentIntent: (request: { amount: number; currency: string; crypto_currency?: "dot" | "dot-stablecoin"; metadata?: Record; }) => Promise; isLoading: any; error: any; }; //# sourceMappingURL=react-payment-widget.d.ts.map