export interface StepContainer { id: number; name: string; icon: JSX.Element; }