export interface StepperProvider { currentStep: () => number; goToStep: (x: number) => void; }