import { OnInit } from '@angular/core'; import { Department } from '../models/department.model'; import * as i0 from "@angular/core"; export declare class DepartmentComponent implements OnInit { department: Department; canRoute: boolean; formId: number; isEdit: boolean; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }