import React from "react"; import { DatepickerType } from "../types"; declare const Datepicker: React.FC; export default Datepicker;