import * as React from 'react'; import type { ICalendarProps } from './Calendar.types'; export declare const CalendarBase: React.FunctionComponent;