import { EventEmitter } from '@angular/core'; import type { DomainEvent } from '@bimetal/calendar-data'; import type { CalendarLocale } from '@bimetal/angular'; import * as i0 from "@angular/core"; export declare class EventHistoryComponent { eventId: string; history: DomainEvent[]; locale: CalendarLocale; back: EventEmitter; getColor(type: string): string; getLabel(type: string): string; formatTime(timestamp: number): string; getSummary(event: DomainEvent): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=EventHistory.d.ts.map