import React from 'react'; import { CalendarDayProps } from './PropsType'; declare const CalendarDay: React.FC; export default CalendarDay;