import { TemplateRef } from '@angular/core'; import { CalendarEvent, EventAction } from 'calendar-utils'; import * as i0 from "@angular/core"; export declare class CalendarEventActionsComponent { event: CalendarEvent; customTemplate: TemplateRef; trackByActionId: (index: number, action: EventAction) => string | number | EventAction; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }