export declare const buttonGroupItem: import("@vanilla-extract/recipes").RuntimeFn<{ disabled: { true: { userSelect: "none"; cursor: "default"; color: string; pointerEvents: "none"; }; false: { ':hover': { backgroundColor: string; color: string; }; }; }; checked: { true: { color: string; ':hover': { backgroundColor: string; color: string; }; }; }; }>; export declare const buttonGroup: string;