import { type OnChanges } from '@angular/core'; import { type TuiOrientation } from '@taiga-ui/core/types'; import * as i0 from "@angular/core"; export declare class TuiStepperComponent implements OnChanges { private readonly el; private readonly steps; protected readonly $: import("rxjs").Subscription; readonly orientation: import("@angular/core").InputSignal; readonly activeItemIndex: import("@angular/core").ModelSignal; ngOnChanges(): void; indexOf(step: HTMLElement): number; isActive(index: number): boolean; activate(index: number): void; protected onHorizontal(event: Event, step: number): void; protected onVertical(event: Event, step: number): void; private moveFocus; private scrollIntoView; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }