import { type DayPickerProps } from "react-day-picker";
export declare const DATE = "DD.MM.YYYY";
type CalendarProps = DayPickerProps & {
    selectedFromDate?: Date;
    selectedToDate?: Date;
};
declare function Calendar({ className, classNames, showOutsideDays, selectedToDate, selectedFromDate, ...props }: CalendarProps): import("react/jsx-runtime").JSX.Element;
export { Calendar };
//# sourceMappingURL=calendar.d.ts.map