declare const _default: { calendarBody: { pb: string; px: string; borderTop: string; borderTopColor: string; '& > tr:nth-of-type(odd) ': { backgroundColor: string; }; }; calendarButton: { py: string; fontSize: string; fontWeight: number; color: string; lineHeight: string; width: string; height: string; '&.is-hovered': { bg: string; cursor: string; }; '&.is-selected': { bg: string; color: string; outline: string; boxShadow: string; }; '&.is-focused': { outlineOffset: string; zIndex: number; outline: string; outlineColor: string; }; '&.is-unavailable': { backgroundColor: string; }; '&:not(.is-outside-visible-range)&.is-extreme&:not(.is-completely-disabled)': { backgroundColor: string; color: string; opacity: number; }; '&.is-disabled': { '&.is-hovered': { backgroundColor: string; }; }; }; calendarCell: { cursor: string; textAlign: string; position: string; color: string; padding: string; }; calendarContainer: { boxShadow: string; textAlign: string; maxWidth: string; }; calendarHeader: { justifyContent: string; mt: string; mb: string; alignItems: string; }; columnHeader: { fontSize: string; fontWeight: number; width: string; height: string; mb: string; }; }; export default _default;