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