import { MonnifyProps } from '../types'; import React from 'react'; type PayWIthMonnifyPaymentProps = { children: any; onLoadStart?: any; onLoadComplete?: any; onComplete?: any; onClose?: any; options: MonnifyProps; }; declare const PayWIthMonnifyPayment: React.ForwardRefExoticComponent>; export default PayWIthMonnifyPayment;