declare const handleOnErrorConfirmPayment: (err: { message: string; }, onErrorMsg: (msg: string) => void, i18n: any) => void; export default handleOnErrorConfirmPayment;