export interface StepperItems { label?: string; path: string; isCurrent?: boolean; } //# sourceMappingURL=stepper.types.d.ts.map