import { OnInit } from '@angular/core'; import { LabelConfig } from '../label/label.model'; import * as i0 from "@angular/core"; export declare class HistoricHolidaysCardComponentConfig { user: { name: string; }; date: Date; old?: { startDate: string; endDate: string; info: string; reason?: string; statusLabel: LabelConfig; }; new: { startDate: string; endDate: string; info: string; reason?: string; statusLabel: LabelConfig; }; oldLabel: LabelConfig; newLabel: LabelConfig; } export declare class HistoricHolidaysCardComponent implements OnInit { config: HistoricHolidaysCardComponentConfig; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }