import { EventName } from '@lit/react'; import { ObcCalendar as ObcCalendarElement } from '@oicl/openbridge-webcomponents/dist/components/calendar/calendar.js'; import { CalendarEvent } from '@oicl/openbridge-webcomponents/dist/components/calendar/calendar-utils.js'; export type { CalendarEvent } from '@oicl/openbridge-webcomponents/dist/components/calendar/calendar-utils.js'; export declare const ObcCalendar: import("@lit/react").ReactWebComponent>; onDateSelect: EventName>; onTodayClick: EventName>; onNewEventClick: EventName>; onCalendarClick: EventName>; }>; //# sourceMappingURL=calendar.d.ts.map