/// declare type IPaystackContext = { initializePayment: Function; onSuccess: Function; onClose: Function; }; declare const PaystackContext: import("react").Context; export default PaystackContext;