export type GuxStepStatus = 'completed' | 'incomplete' | 'error'; export type GuxStepperOrientation = 'horizontal' | 'vertical';