import { AfterViewInit, EventEmitter, QueryList } from '@angular/core'; import { SurveyorWizardStepComponent } from './step.component'; import * as i0 from "@angular/core"; export declare class SurveyorWizardComponent implements AfterViewInit { skipInvalid: boolean; title: string; completeLabel: string; complete: EventEmitter; select: EventEmitter; cancel: EventEmitter; steps: QueryList; activeIndex: number; constructor(); ngAfterViewInit(): void; selectStep(newIndex: number, ignoreSkipped?: boolean): void; completeSelectStep(newIndex: any, steps: any, currentStep?: any): void; isComplete(stepIndex: number, honorSkip?: boolean): boolean; hasActiveSteps(stepIndex: number): boolean; isSkipped(stepIndex: number): boolean; isActive(stepIndex: number): boolean; onComplete(): void; onCancel(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }