import { CalendarFooterProps } from "../../../types/DatePickerCalendar";
declare const CalendarFooter: ({ hasValidValue, onChange, min, max, lang, calendarStyles, }: CalendarFooterProps) => import("react/jsx-runtime").JSX.Element;
export default CalendarFooter;