/** Specifies the possible positions of a horizontal step's label. */ export type StepLabelPosition = "below" | "end"; //# sourceMappingURL=StepLabelPosition.d.ts.map