export type StepperMessages = {
  label: string;
  previousStep: string;
  nextStep: string;
};
