/** * title: horizontal * desc: Divider is `horizontal` by default. You can add the dashed attribute to change the line style to dashed lines. * * title.zh-CN: 水平分割线 * desc.zh-CN: 默认为水平分割线,可在中间加入文字,可以添加 dashed 属性改变线条样式为虚线。 */ declare const _default: () => JSX.Element; export default _default;