import * as React from "react"; import { DayButton, dateMatchModifiers } from "react-day-picker"; import type { DateRange, Modifiers } from "react-day-picker"; export { DayButton, dateMatchModifiers }; export type { DateRange, Modifiers }; export type { DayPickerProps, DayButtonProps, Matcher, CalendarDay, DateLib, } from "react-day-picker"; import type { CalendarProp } from "../../props/components/data-entry.prop.js"; export type { CalendarProp, CalendarProp as CalendarProps, CalendarCellRenderProp, CalendarFooterProp, } from "../../props/components/data-entry.prop.js"; export declare function Calendar({ className, classNames, showOutsideDays, "aria-label": ariaLabel, labels, showToday, showClose, onClose, footer, width, bordered, cellRender, month: monthProp, onMonthChange, locale: localeProp, ...props }: CalendarProp): React.JSX.Element;