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