import { EventEmitter } from "@angular/core"; import { PlanCampaignSubWizardStep, SubWizardId } from "../../models/wizard.model"; import * as i0 from "@angular/core"; export declare class AfrPlanCampaignSubWizardComponent { steps: PlanCampaignSubWizardStep[]; currentStep: PlanCampaignSubWizardStep; isFormValid: boolean; stepChanged: EventEmitter; goToStep(step: PlanCampaignSubWizardStep): void; nextStep(): void; prevStep(): void; getStepIndexById(id: SubWizardId): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }