export declare const dateTimePickerCSS: import("@vanilla-extract/recipes").RuntimeFn<{ readOnly: { true: { vars: { [x: string]: string; }; cursor: "not-allowed"; }; }; showError: { true: { vars: { [x: string]: string; }; }; }; disabled: { true: { vars: { [x: string]: string; }; cursor: "not-allowed"; }; }; type: { date: {}; time: { borderStartEndRadius: string; borderEndEndRadius: string; }; datetime: {}; }; }>; export declare const dateTimePickerSpinButtonGroupCSS: string; export declare const dateSelectorCSS: string;