import * as i0 from '@angular/core'; import { TemplateRef, QueryList } from '@angular/core'; declare class StepDirective { readonly templateRef: TemplateRef; readonly id: i0.InputSignal; constructor(templateRef: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class StepperComponent { readonly step: i0.ModelSignal; protected _steps: QueryList; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class StepperModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { StepDirective, StepperComponent, StepperModule };