import { EventEmitter, OnInit } from '@angular/core'; export declare class StepNumberComponent implements OnInit { stepActive: any; fieldSteps: any; stepPrev: EventEmitter; constructor(); ngOnInit(): void; }