import * as React from 'react'; import { EventItemProps } from "./EventItem.types.mjs"; /** * Component used to display an event occurrence, without any positioning capabilities * Used in and in the event popover of to display the list of events for a specific day. */ export declare const EventItem: React.ForwardRefExoticComponent>;