import { OnInit } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; export declare class RsNgStepsComponent implements OnInit { private activatedRoute; styleName: string; stepsList: any[]; contentList: any[]; stepsConfig: {}; stepIndex: number; customIndex: number; status: boolean; type: any; constructor(activatedRoute: ActivatedRoute); ngOnInit(): void; handleEleHide(i: any): boolean; handlePreChange(): void; handleChangeStepIndex(i: any): void; handleNextChange(): void; }