/** * title: Loading * desc: A loading indicator can be added to a button by setting the `loading` property on the `Button`. * * title.zh-CN: 加载中状态 * desc.zh-CN: 添加 `loading` 属性即可让按钮处于加载状态。 */ declare const _default: () => JSX.Element; export default _default;