import type { CalendarProps } from "./types"; export declare function Calendar({ view, date, events, onViewChange, onDateChange, onEventClick, onSlotClick, className, }: CalendarProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=calendar.d.ts.map