import { type FC } from 'react'; import { type CalendarComponentProps } from '.'; declare const CalendarBase: FC; export default CalendarBase;