import { EventEmitter } from '@angular/core'; import { StepType, StepperOrientation } from '@progress/kendo-angular-layout'; import * as i0 from "@angular/core"; interface Steps { label: string; icon?: string; iconClass?: string; text?: string; optional?: boolean; disabled?: boolean; isValid?: boolean; } export declare class StepperComponent { steps: Steps[]; stepType: StepType; stepperWidth: number; current: number; isLinear: boolean; orientation: StepperOrientation; currentStepChange: EventEmitter; emitStepChange(step: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_stepperWidth: number | string | undefined; static ngAcceptInputType_current: number | string | undefined; static ngAcceptInputType_isLinear: boolean | string; } export {};