export declare const spinButtonGroupCSS: string; export declare const spinButtonCSS: import("@vanilla-extract/recipes").RuntimeFn<{ error: { true: { color: string; selectors: { '&:focus:empty': { backgroundColor: string; }; }; }; }; disabled: { true: { color: string; selectors: { '&:empty::before': { color: string; }; }; }; }; }>;