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