export declare const calendarCSS: import("@vanilla-extract/recipes").RuntimeFn<{ readOnly: { true: { cursor: "not-allowed"; }; }; }>; export declare const calendarDisabledCSS: string; export declare const calendarBodyCSS: import("@vanilla-extract/recipes").RuntimeFn<{ isReadOnly: { true: { pointerEvents: "none"; }; }; }>; export declare const calendarRowCSS: string; export declare const calendarDayRowCSS: string; export declare const calendarMonthRowCSS: string; export declare const calendarYearRowCSS: string; export declare const calendarFieldCSS: import("@vanilla-extract/recipes").RuntimeFn<{ color: { primary: { vars: { [x: string]: string; }; }; neutral: { vars: { [x: string]: string; }; }; critical: { vars: { [x: string]: string; }; }; }; isIncompleteSelection: { true: { vars: { [x: string]: string; }; }; }; isDisabled: { true: {}; }; }>; export declare const calendarRangeFieldCSS: import("@vanilla-extract/recipes").RuntimeFn<{ rangeKind: { first: { background: `var(--${string})`; '::before': { right: `calc(${string} / -2)`; width: `calc(${string} / 2)`; }; selectors: { '&:last-child::before': { background: "none"; }; }; }; last: { background: `var(--${string})`; '::before': { left: `calc(${string} / -2)`; width: `calc(${string} / 2)`; }; selectors: { '&:first-child::before': { background: "none"; }; }; }; inbetween: { '::before': { left: `calc(${string} / -2)`; width: `calc(100% + (${string}))`; background: `var(--${string})`; }; selectors: { '&:first-child::before': { left: number; width: `calc(100% + (${string} / 2))`; borderTopLeftRadius: string; borderBottomLeftRadius: string; }; '&:last-child::before': { width: `calc(100% + (${string} / 2))`; borderTopRightRadius: string; borderBottomRightRadius: string; }; }; }; }; }>; export declare const calendarClearBgCSS: string; export declare const calendarWeekdaysCSS: string;