/// import type { StepsProps } from '../iSlider'; declare const Steps: ({ prefixCls, vertical, marks, dots, step, included, lowerBound, upperBound, max, min, dotStyle, reverse, activeDotStyle, fieldid }: StepsProps) => JSX.Element; export default Steps;