declare const _default: { calendarBody: { py: string; borderTop: string; borderTopColor: string; backgroundColor: string; '& > tr:nth-of-type(odd) ': { backgroundColor: string; }; }; calendarButton: { height: string; width: string; fontWeight: string; borderRadius: string; color: string; '&.is-hovered': { bg: string; color: string; cursor: string; }; '&.is-selected': { bg: string; '&.is-hovered': { bg: string; color: string; }; }; '&.is-range-ends': { bg: string; color: string; outline: string; boxShadow: string; }; '&.is-selection-start': { borderRadius: string; }; '&.is-selection-end': { borderRadius: string; }; '&.is-start-and-end': { borderRadius: string; }; '&.is-focused': { outline: string; outlineStyle: string; outlineColor: string; outlineOffset: string; }; '&.is-unavailable': { backgroundColor: any; color: string; }; '&:not(.is-outside-visible-range)&.is-extreme&:not(.is-completely-disabled)': { backgroundColor: any; color: string; opacity: number; }; '&.is-disabled': { '&.is-hovered': { color: any; backgroundColor: string; }; }; }; calendarCell: { height: string; }; calendarContainer: { width: string; textAlign: string; color: string; border: string; borderColor: string; boxShadow: string; borderRadius: string; p: string; }; columnHeader: { color: string; }; calendarRow: { bg: string; }; }; export default _default;