import { CalendarType, IDate } from "../config/datePicker-config"; export default class DateInfo { type: CalendarType; constructor(type: CalendarType); getInfoOfDate(currentDate: Date): IDate; }