import React from "react"; import { type DayPickerProps } from "react-day-picker"; type CalendarProps = DayPickerProps & { className?: string; }; declare const Calendar: (({ className, classNames, components, ...props }: CalendarProps) => React.JSX.Element) & { original: ({ className, classNames, components, ...props }: CalendarProps) => React.JSX.Element; originalName: string; displayName: string; } & { original: (({ className, classNames, components, ...props }: CalendarProps) => React.JSX.Element) & { original: ({ className, classNames, components, ...props }: CalendarProps) => React.JSX.Element; originalName: string; displayName: string; }; originalName: string; displayName: string; } & { createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<(({ className, classNames, components, ...props }: CalendarProps) => React.JSX.Element) & { original: ({ className, classNames, components, ...props }: CalendarProps) => React.JSX.Element; originalName: string; displayName: string; }>) => (props: unknown) => React.JSX.Element; }; export { Calendar, type CalendarProps };