import { StepStateType } from '../types/stepperNumber';
export declare const mapToStepState: (steps: string[] | undefined, currentStep: number) => StepStateType[];
