import { OnInit } from '@angular/core'; import { MatDialogRef } from '@angular/material/dialog'; import { NgxFfmService } from '../../../ngx-ffm.service'; export declare class NewRegistrationDialogComponent implements OnInit { data: any; private ngxffmService; dialogRef: MatDialogRef; dirName: string; filepath: string; errorMessage: string; error: boolean; constructor(data: any, ngxffmService: NgxFfmService, dialogRef: MatDialogRef); ngOnInit(): void; btnNewRegistry_Click(): Promise; }