import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class EluxStepBar { steps: number; currentStep: number; stepClicked: EventEmitter; constructor(); stepClickedHandler(step: number): void; isLastStep(): boolean; getStepsArray(): any[]; getProgressWidth(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }