import './Calendar.css';
import type { CalendarComponent } from './types';
export declare const Calendar: CalendarComponent;
