import { EventEmitter, OnDestroy, OnInit } from '@angular/core'; import { PasoWizard } from "../../interface/wizard-informacion.types"; import { ButtonControlService } from '../../services/button-control.service'; import * as i0 from "@angular/core"; export declare class ButtonsComponent implements OnInit, OnDestroy { private buttonControlService; pasos: PasoWizard[]; pasosTotal: number; currentStep: number; goToPreviousStep: EventEmitter; goToNextStep: EventEmitter; goToSave: EventEmitter; disableSaveBtn: boolean; disableNext: boolean; isLoading: string; constructor(buttonControlService: ButtonControlService); ngOnInit(): void; ngOnDestroy(): void; goToNext(): void; checkStepCurrent(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }