import React from 'react'; import './tip.less'; /** * @title: 支付状态未知页面 * @description: * @Author: hongbing.wang * @Date: 2024-08-20 11:42 */ declare const _default: ({ onChangeStatus, className, formatAmount, cardSurcharge, receipts, successTime, onChangeParams, }: any) => React.JSX.Element; export default _default;