export interface AcCalendarLabels { day: string; week: string; month: string; year: string; allDay: string; }