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