import { ProgressProps } from 'antd'; import { default as React } from 'react'; /** 进度条 */ declare const OnChainProgress: React.FC; export default OnChainProgress;