import { FC, HTMLAttributes } from 'react'; export type CalendarHeaderProps = HTMLAttributes; export declare const CalendarHeader: FC;