export type StepStatus = "complete" | "current" | "incomplete" | "warning" | "danger";
export type StepSize = "xs" | "s" | "m";
