export type StepperItemMessages = {
  complete: string;
  previousStep: string;
  nextStep: string;
};
