/** * title: Type * desc: There are five types of buttons:default、primary、dashed、link and text. * * title.zh-CN: 按钮类型 * desc.zh-CN: 按钮有default、primary、dashed、link和text五种类型。 */ declare const _default: () => JSX.Element; export default _default;