declare module "@date-io/type" {
  import { Moment } from "moment";

  export type DateType = Moment;
}
