import { CalendarEventProps } from './ICalendarEventProps'; declare const CalendarEvent: ({ time, mins, title, location, color, isLink, ...rest }: CalendarEventProps) => import("react/jsx-runtime").JSX.Element; export default CalendarEvent;