import { type DayPickerProps } from "react-day-picker"; declare function Calendar({ className, classNames, ...props }: DayPickerProps): import("react").JSX.Element; export { Calendar }; export type { DayPickerProps as CalendarProps }; export * from "./variants.js"; //# sourceMappingURL=index.d.ts.map