import { EventEmitter, OnChanges, OnInit, SimpleChanges } from "@angular/core"; import { TKwikUIStep, TKwikUIStepperOrientation } from "./stepper.definitions"; import * as i0 from "@angular/core"; export declare class KwikUIStepperComponent implements OnInit, OnChanges { activeItemIndex: number; clickable: boolean; id: string; orientation: TKwikUIStepperOrientation; steps: Array; onClick: EventEmitter; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; private validateInputProperty; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }