import React from 'react'; import { StepsProps } from '../Slider.types'; export default function Steps(props: StepsProps): React.JSX.Element;