declare const colorVar: `var(--${string})`; declare const colorPlaceholderVar: `var(--${string})`; export declare const spinButtonSelectionColorVar: `var(--${string})`; export declare const spinButtonSelectionBackgroundColorVar: `var(--${string})`; export declare const dateTimePicker: import("@vanilla-extract/recipes").RuntimeFn<{ readOnly: { true: { cursor: "default"; }; }; showError: { true: { vars: { [colorVar]: string; [colorPlaceholderVar]: string; [spinButtonSelectionColorVar]: string; [spinButtonSelectionBackgroundColorVar]: string; }; }; }; disabled: { true: { vars: { [colorVar]: string; [colorPlaceholderVar]: string; [spinButtonSelectionColorVar]: string; }; cursor: "not-allowed"; }; }; type: { date: {}; time: { borderStartEndRadius: string; borderEndEndRadius: string; }; datetime: {}; }; }>; export declare const spinButtonGroup: string; export declare const dateSelector: string; export declare const clearIconButton: string; export {}; //# sourceMappingURL=DateTimePicker.css.d.ts.map