/// import { CalendarProps } from './type'; declare const Datepicker: (props: CalendarProps) => JSX.Element; export default Datepicker;