import { AfterViewInit, OnDestroy } from "@angular/core"; import { StepperProps } from "@design-system-rte/core/components/stepper/stepper.interface"; import * as i0 from "@angular/core"; export declare class StepperComponent implements AfterViewInit, OnDestroy { readonly steps: import("@angular/core").InputSignal; readonly activeStepId: import("@angular/core").InputSignal; readonly orientation: import("@angular/core").InputSignal; readonly iconSize: Record; private readonly stepperRef; readonly clickStep: import("@angular/core").OutputEmitterRef; ngAfterViewInit(): void; ngOnDestroy(): void; isStepActive(id: string): boolean; isStepClickable(step: StepperProps["steps"][number]): boolean; isStepFocusable(step: StepperProps["steps"][number]): boolean; handleStepClick(step: StepperProps["steps"][number]): void; handleKeyDown(event: KeyboardEvent): void; private lastKeydown; private onGlobalKeyDown; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }