import { WizardStage } from './wizard-stage';
export interface WizardNavigationInterface {
    stages: WizardStage[];
}
