export type Step = { _uid: string; label: string; description?: string; completed: boolean; component: string; };