export type StepperStatus = 'incomplete' | 'complete' | 'error' | 'warning' | 'in-progress'; //# sourceMappingURL=types.d.ts.map