import type { CalendarPlugin } from './definitions'; declare const Calendar: CalendarPlugin; export * from './definitions'; export { Calendar };