/** * title: disabled * desc: To mark a button as disabled, add the disabled property to the Button. * * title.zh-CN: 禁用状态 * desc.zh-CN: 添加 disabled 属性即可让按钮处于不可用状态,同时按钮样式也会改变。。 */ declare const _default: () => JSX.Element; export default _default;