export type StepItem = { label: string; step: number; displayTitle?: string; };