import { OnInit } from '@angular/core'; export declare class StepComponent implements OnInit { position: number; tpl: any; label: string; constructor(); ngOnInit(): void; }