import React from 'react'; import { ActionProps } from '../../const'; import './index.less'; /** * @title: 结果标记页面 * @Author: hongbing.wang * @Date: 2024-08-20 11:46 */ declare const _default: ({ onChange, className, formatAmount }: ActionProps) => React.JSX.Element; export default _default;