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