import { AfterContentInit, QueryList } from '@angular/core'; import { StepComponent } from './step/step.component'; import { CustomInput } from '../inputs/custom-input'; import * as i0 from "@angular/core"; export declare class StepperComponent extends CustomInput implements AfterContentInit { setFocus(event: MouseEvent): void; constructor(); ngAfterContentInit(): void; lstSteps: QueryList; writeValue(obj: string): void | Promise; SetValue(obj: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }