export default StepDot; declare function StepDot({ selected }: { selected: any; }): JSX.Element;