import type { FC } from 'react'; import type { CalendarBaseProps, CalendarDoubleProps } from '../../../components/Calendar'; export declare const CalendarBase: import("react").FunctionComponent & import("../../../components/Calendar/Calendar.types").Calendar & import("../../../components/Calendar/Calendar.types").CalendarConfigProps & import("react").RefAttributes>; export declare const CalendarDouble: import("react").FunctionComponent & import("../../../components/Calendar/Calendar.types").Calendar & import("../../../components/Calendar/Calendar.types").CalendarConfigProps & import("react").RefAttributes>; export declare const CalendarBaseRange: ({ value, min, max, disabledList, eventList, eventMonthList, disabledMonthList, eventYearList, disabledYearList, onChangeValue, onChangeStartOfRange, ...rest }: import("../../../components/Calendar/Calendar.types").CalendarRange) => import("react").ReactElement>; export declare const CalendarDoubleRange: ({ value, min, max, disabledList, eventList, eventMonthList, disabledMonthList, eventYearList, disabledYearList, onChangeValue, onChangeStartOfRange, ...rest }: import("../../../components/Calendar/Calendar.types").CalendarRange) => import("react").ReactElement>; export declare const Calendar: FC; //# sourceMappingURL=Calendar.d.ts.map