import React from 'react'; import { PayWithFlutterwavePropsBase } from './PaywithFlutterwaveBase'; import { FlutterwaveInitOptions } from './FlutterwaveInit'; export interface RedirectParams { status: 'successful' | 'cancelled'; transaction_id?: string; tx_ref: string; } export declare type PayWithFlutterwaveProps = PayWithFlutterwavePropsBase & { onRedirect: (data: RedirectParams) => void; options: Omit; }; declare const PayWithFlutterwave: React.FC; export default PayWithFlutterwave; //# sourceMappingURL=PayWithFlutterwave.d.ts.map