import { CalendarEvent } from './calendar-event'; export type { CalendarEventAppearance, CalendarEventConnotation, } from './calendar-event'; export declare const registerCalendarEvent: (prefix?: string) => void; export { CalendarEvent as VwcCalendarEventElement };