import React from 'react'; import './index.less'; interface PayAmountProps { amount: number; } /** * @title: 支付金额 * @description: * @param {*} param1 * @return {*} * @Author: zhiwei.Wang * @Date: 2024-08-16 10:50 */ declare const PayAmount: React.FC; export default PayAmount;