declare const _default: { calendarButton: { color: string; '&.is-hovered': { bg: string; color: string; cursor: string; }; '&.is-selected': { color: string; '&.is-hovered': { bg: string; color: string; }; }; '&.is-range-ends': { bg: string; color: string; outline: string; boxShadow: string; }; '&.is-unavailable': { color: string; bg: string; }; '&:not(.is-outside-visible-range)&.is-extreme&:not(.is-completely-disabled)': { color: string; bg: string; opacity: number; }; '&.is-disabled': { '&.is-hovered': { backgroundColor: string; color: string; }; }; }; columnHeader: { color: string; }; }; export default _default;