import React, { ComponentPropsWithoutRef } from 'react'; import StepNoLink from './StepNoLink'; type Props = ComponentPropsWithoutRef; const StepCurrent = ({ className = 'on af-steps-list-step', ...otherProps }: Props) => ; export default StepCurrent;