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