export declare class MonthDays {
    englishDayNames: string[];
    setSelectedDate: any;
    currentTime: any;
    dateFormat: any;
    selectedDate: any;
    minDate: string;
    maxDate: string;
    getMonthStartDayName(): any;
    monthDays(): any;
    isSelectedDate(i: any): boolean;
    handleMinAndMaxDate(day: number): any;
    render(): any;
}
