/** * The navigation set of wizard. */ export interface WizardNavigationSet { stage: number; step: number; }