/// import type { SvgIconProps } from '@sinoui/core/SvgIcon'; /** * CheckCircle 图标组件 * * @param props 组件属性 */ declare const CheckCircle: React.FC; export default CheckCircle;