/** * title: Slider with label * description: Annotate the segmented slider with the Marks attribute and specify the slider position with value/defaultValue. If included=false, it indicates a parallel relationship between different tags. When step=null, the optional value of Slider is only the part marked by marks. * * title.zh-CN: 带标签的滑块 * description.zh-CN: 使用 marks 属性标注分段式滑块,使用 value / defaultValue 指定滑块位置。当 included=false 时,表明不同标记间为并列关系。当 step=null 时,Slider 的可选值仅有 marks 标出来的部分。 */ import * as React from 'react'; declare const _default: () => React.JSX.Element; export default _default;