import { borderColor, rangeColor } from './variables.sty.js'; export declare const calendar: import("@vanilla-extract/recipes").RuntimeFn<{ readOnly: { true: { cursor: "not-allowed"; }; }; }>; export declare const disabled: string; export declare const body: import("@vanilla-extract/recipes").RuntimeFn<{ isReadOnly: { true: { pointerEvents: "none"; }; }; }>; export declare const row: string; export declare const dayRow: string; export declare const monthRow: string; export declare const yearRow: string; export declare const field: import("@vanilla-extract/recipes").RuntimeFn<{ color: { primary: { vars: { [rangeColor]: string; [borderColor]: string; }; }; neutral: { vars: { [rangeColor]: string; [borderColor]: string; }; }; critical: { vars: { [rangeColor]: string; [borderColor]: string; }; }; }; isIncompleteSelection: { true: { vars: { [rangeColor]: string; }; }; }; isDisabled: { true: {}; }; }>; export declare const rangeField: 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 clearBackground: string; export declare const weekdays: string;