import { CalendarComponent } from 'ng-fullcalendar'; import { OnInit } from '@angular/core'; export declare class AtxCalendarComponent implements OnInit { options: any; readonly model: ({ title: string; start: string; className: string; } | { title: string; start: string; end: string; } | { id: number; title: string; start: string; } | { title: string; startAt: string; endAt: string; } | { title: string; start: string; } | { title: string; url: string; startAt: string; className: string; })[]; ucCalendar: CalendarComponent; ngOnInit(): void; }