import { OnInit } from '@angular/core'; import { MatDialogRef } from '@angular/material/dialog'; import { TeamService } from '../team.service'; import { Department } from '../models/department.model'; import * as i0 from "@angular/core"; export declare class DepartmentFormDialogComponent implements OnInit { private _TeamService; dialogRef: MatDialogRef; data: any; department: Department; formTitle: string; isEdit: boolean; constructor(_TeamService: TeamService, dialogRef: MatDialogRef, data: any); ngOnInit(): void; onSave($event: any): void; onCancel(): void; getDepartment(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }