import { EKCalendarType } from "./EKCalendarType"; import { EKEntityType } from "./EKEntityType"; export declare class EKCalendar { calendarIdentifier: string; title: string; type: EKCalendarType; sourceIdentifier: string; allowsContentModifications: boolean; color: string | null; allowedEntityTypes: EKEntityType[]; } //# sourceMappingURL=EKCalendar.d.ts.map