/// import { CalendarProps } from './calendar.interfaces'; export declare const Calendar: { >(props: CalendarProps): JSX.Element; defaultTheme: ({ support, typography, colors }: import("..").CommonTheme) => [string, { width: string; backgroundColor: string; borderColor: string; borderStyle: string; borderWidth: string; borderRadius: string; textColor: string; textFontFamily: string; textFontSize: string; textFontWeight: number; textLineHeight: string; pickerPaddingTop: string; pickerPaddingBottom: string; pickerPaddingStart: string; pickerPaddingEnd: string; navigationTextColor: string; navigationTextFontFamily: string; navigationTitleTextFontSize: string; navigationTitleTextFontWeight: number; navigationTitleTextLineHeight: string; navigationPadding: string; cellInactiveTextColor: string; cellDisabledTextColor: string; cellHoverBackgroundColor: string; cellHoverBorderColor: string; cellHoverTextColor: string; cellHoverTextFontSize: any; cellHoverTextFontWeight: any; cellHoverTextLineHeight: any; cellActiveBackgroundColor: string; cellActiveBorderColor: string; cellActiveTextColor: string; cellActiveTextFontSize: any; cellActiveTextFontWeight: any; cellActiveTextLineHeight: any; cellTodayBackgroundColor: string; cellTodayBorderColor: string; cellTodayTextColor: string; cellTodayTextFontSize: any; cellTodayTextFontWeight: any; cellTodayTextLineHeight: any; cellTodayHoverBackgroundColor: string; cellTodayHoverBorderColor: string; cellTodayActiveBackgroundColor: string; cellTodayActiveBorderColor: string; cellTodayDisabledBorderColor: string; cellTodaySelectedBackgroundColor: string; cellTodaySelectedBorderColor: string; cellTodaySelectedTextColor: string; cellTodaySelectedHoverBackgroundColor: string; cellTodaySelectedHoverBorderColor: string; cellTodaySelectedActiveBackgroundColor: string; cellTodaySelectedActiveBorderColor: string; cellTodayInRangeBackgroundColor: string; cellTodayInRangeBorderColor: string; cellTodayInRangeTextColor: string; cellTodayInRangeHoverBackgroundColor: string; cellTodayInRangeHoverBorderColor: string; cellTodayInRangeActiveBackgroundColor: string; cellTodayInRangeActiveBorderColor: string; cellSelectedBackgroundColor: string; cellSelectedBorderColor: string; cellSelectedTextColor: string; cellSelectedTextFontSize: any; cellSelectedTextFontWeight: any; cellSelectedTextLineHeight: any; cellSelectedHoverBackgroundColor: string; cellSelectedHoverBorderColor: string; cellSelectedActiveBackgroundColor: string; cellSelectedActiveBorderColor: string; dayCellWidth: any; dayCellHeight: any; monthCellHeight: any; yearCellWidth: any; yearCellHeight: any; weekdayBackground: string; weekdayDividerColor: string; weekdayDividerWidth: string; weekdayTextColor: string; weekdayTextFontSize: string; weekdayTextFontWeight: number; weekdayTextLineHeight: string; weekdayHolidayTextColor: any; weekdayHeight: any; weekdayWidth: any; weeknumberBackground: string; weeknumberDividerColor: string; weeknumberDividerWidth: string; weeknumberTextColor: string; weeknumberTextFontSize: string; weeknumberTextFontWeight: number; weeknumberTextLineHeight: string; weeknumberHeight: any; weeknumberWidth: any; largeWidth: string; dayCellLargeWidth: string; dayCellLargeHeight: string; weekdayLargeHeight: any; weekdayLargeWidth: any; weeknumberLargeHeight: any; weeknumberLargeWidth: any; monthCellLargeWidth: string; monthCellLargeHeight: any; yearCellLargeWidth: any; yearCellLargeHeight: any; }]; };