/** * title: Shape * desc: There are three types of buttons:default、circle and round. * * title.zh-CN: 按钮形状 * desc.zh-CN: 按钮有 default、circle和round三种形状 */ declare const _default: () => JSX.Element; export default _default;