import { CalendarProps } from "react-calendar"; import { ICalendarProps, IPickerProps } from "../types"; export declare const StyledReactCalendar: import("@emotion/styled").StyledComponent, {}, {}>; declare const Calendar: ({ size, defaultValue, onChange, value, maxDate, minDate, MonthLeftIcon, MonthRightIcon, monthsLabel, }: IPickerProps & Omit & ICalendarProps) => import("react/jsx-runtime").JSX.Element; export default Calendar;