/** * title: Icon * desc: Button components can set the icon property or placing an Icon component within the Button. * * title.zh-CN: 图标按钮 * desc.zh-CN: 当需要在 Button 内嵌入 Icon 时,可以设置 icon 属性,或者直接在 Button 内使用 Icon 组件。 */ declare const _default: () => JSX.Element; export default _default;