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