import { L as LocaleInput, P as PluginInput } from './chunks/f937503a.js'; export { y as AllDayHeaderInfo, A as AllowFunc, B as BusinessHoursInput, a2 as ButtonDisplay, a0 as ButtonGroupInfo, a1 as ButtonInfo, $ as ButtonInput, ai as ButtonState, ak as ButtonStateMap, a as CalendarApi, C as CalendarController, R as CalendarDisplayInfo, e as CalendarListeners, d as CalendarOptions, p as ClassNameGenerator, o as ClassNameInput, m as ConstraintInput, q as ContentGenerator, l as CssDimValue, ad as CustomRenderingHandler, ae as CustomRenderingStore, aC as DateClickInfo, ag as DatePointApi, Y as DateSelectInfo, ah as DateSelectionApi, af as DateSpanApi, D as DateSpanInput, v as DateTimeFormatPartWithWeek, Z as DateUnselectInfo, a8 as DatesSetInfo, G as DayCellInfo, F as DayHeaderDividerInfo, z as DayHeaderInfo, H as DayLaneInfo, r as DidMountHandler, aD as DropInfo, a9 as EventAddInfo, b as EventApi, aa as EventChangeInfo, U as EventClickInfo, a6 as EventDisplayInfo, ax as EventDragStartInfo, ay as EventDragStopInfo, ab as EventDropInfo, X as EventHoveringInfo, j as EventInput, k as EventInputTransformer, aF as EventLeaveInfo, aE as EventReceiveInfo, ac as EventRemoveInfo, c as EventRenderRange, aB as EventResizeDoneInfo, az as EventResizeStartInfo, aA as EventResizeStopInfo, at as EventSegment, E as EventSourceApi, h as EventSourceFunc, i as EventSourceFuncInfo, g as EventSourceInput, al as FormatterInput, I as InlineWeekNumberInfo, ao as ListDayHeaderInfo, ap as ListDayHeaderInnerInfo, aq as ListDayInfo, L as LocaleInput, am as LocaleSingularArg, au as MoreLinkAction, aw as MoreLinkHandler, w as MoreLinkInfo, av as MoreLinkSimpleAction, M as MountInfo, aj as NavButtonState, an as NoEventsInfo, N as NowIndicatorHeaderInfo, t as NowIndicatorLineInfo, O as OverlapFunc, P as PluginInput, as as SingleMonthHeaderInfo, ar as SingleMonthInfo, x as SlotHeaderInfo, S as SlotLaneInfo, K as TableBodyInfo, T as TableDisplayInfo, Q as TableHeaderInfo, a3 as ToolbarElementInput, a5 as ToolbarInfo, _ as ToolbarInput, a4 as ToolbarSectionInfo, V as ViewApi, n as ViewComponentType, a7 as ViewContentInfo, J as ViewDisplayInfo, f as ViewOptions, u as WeekNumberHeaderInfo, W as WillUnmountHandler, s as sliceEvents } from './chunks/f937503a.js'; import { NativeDateFormatterOptions, DateInput } from '@full-ui/headless-calendar'; export { DateInput, DateRangeInput, Duration, DurationInput, WeekNumberCalculation } from '@full-ui/headless-calendar'; export { J as JsonRequestError } from './chunks/c6f406c5.js'; interface FormatDateOptions extends NativeDateFormatterOptions { locale?: string; } interface FormatRangeOptions extends FormatDateOptions { isEndExclusive?: boolean; } declare function formatDate(dateInput: DateInput, options?: FormatDateOptions): string; declare function formatRange(startInput: DateInput, endInput: DateInput, options: FormatRangeOptions): string; type ClassValue = string | undefined | null | false | number; declare function joinClassNames(...args: ClassValue[]): string; declare const globalLocales: LocaleInput[]; declare const globalPlugins: PluginInput[]; declare const version: string; export { FormatDateOptions, FormatRangeOptions, formatDate, formatRange, globalLocales, globalPlugins, joinClassNames, version };