declare module "@date-io/type" {
  import { DateTime } from "luxon";

  export type DateType = DateTime;
}
