import { OnInit } from '@angular/core'; export declare class CalendarComponent implements OnInit { selected: any; weekArr: string[]; calendarTable: any; dateFormat: string; constructor(); ngOnInit(): void; }