/** * title: background and border * description: The background and borders have default styles, and the incoming Boolean value can be controlled, and the corresponding style can be customized. * * title.zh-CN: 背景和边框 * description.zh-CN: 背景和边框有默认样式,传入布尔值可以控制显隐,传对应样式可以进行自定义。 */ import * as React from 'react'; declare const _default: () => React.JSX.Element; export default _default;