export interface IDatePickerMonthYearOutput { date: Date; dateString: 'MM/YYYY'; }