import { AfterViewInit, EventEmitter, QueryList } from '@angular/core'; import { SurveyorWizardStepComponent } from './step.component'; import * as i0 from "@angular/core"; export declare class SurveyorPercentageWizardComponent implements AfterViewInit { title: string; percentageComplete: number; options: any; select: EventEmitter; steps: QueryList; activeIndex: number; progressBarHeight: string; progressBarBgColor: string; progressBarColor: string; constructor(); ngAfterViewInit(): void; selectStep(newIndex: number, ignoreSkipped?: boolean): void; completeSelectStep(newIndex: any, steps: any, currentStep?: any): void; isComplete(stepIndex: number, honorSkip?: boolean): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }