export type InputDatePickerMessages = {
  chooseDate: string;
};
