import { Router } from '@angular/router'; import { ICoreEmployeeSchedule } from '../../interfaces/time-management/ICoreEmployeeSchedule'; import * as i0 from "@angular/core"; export declare class ScheduleOverviewComponent { private router; title: string; model: ICoreEmployeeSchedule; constructor(router: Router); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }