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