import { AfterContentInit, QueryList } from '@angular/core'; import { StepComponent } from './step/step.component'; import { CustomInput } from '../../inputs/inputs'; import * as i0 from "@angular/core"; export declare class StepperComponent extends CustomInput implements AfterContentInit { constructor(); ngAfterContentInit(): void; ngOnInit(): Promise; lstSteps: QueryList; writeValue(value: any): void; get model(): any; set model(value: any); _model: number; setModel(value: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }