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