import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core'; import 'fullcalendar'; import 'fullcalendar-scheduler'; import { Options } from 'fullcalendar'; export declare class CalendarComponent implements AfterViewInit { private elRef; options: Options; scheduler: string; initialized: EventEmitter; private _calendarElement; constructor(elRef: ElementRef); ngAfterViewInit(): void; fullCalendar(...args: any[]): any; }