import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core'; import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class MessageFileComponent implements OnInit, OnDestroy { private router; private cd; private subscriptions; validSubscription: any; buttonDisablePrivate: boolean; constructor(router: Router, cd: ChangeDetectorRef); set buttonDisable(value: boolean); get buttonDisable(): boolean; nextStep(): void; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; } //# sourceMappingURL=message-file.component.d.ts.map