import { ComponentPropsWithoutRef } from 'react'; import StepNoLink from './StepNoLink'; declare type Props = ComponentPropsWithoutRef; declare const StepDisabled: ({ className, ...otherProps }: Props) => JSX.Element; export default StepDisabled; //# sourceMappingURL=StepDisabled.d.ts.map