declare module "@date-io/type" {
  import { Dayjs } from "dayjs";

  export type DateType = Dayjs;
}
