/** Specifies the possible positions for the steps of a horizontal stepper. */ export type StepHeaderPosition = "above" | "below"; //# sourceMappingURL=StepHeaderPosition.d.ts.map