export declare const group: string; export declare const readOnly: string; export declare const disabled: string; export declare const checked: string; export declare const label: string; export declare const knob: import("@vanilla-extract/recipes").RuntimeFn<{ disabled: { true: { backgroundColor: string; boxShadow: `inset 0 0 0 ${string} ${string}`; }; }; checked: { true: {}; false: {}; }; hasError: { true: {}; false: {}; }; isFocusVisible: { true: {}; false: {}; }; readOnly: { true: {}; false: {}; }; }>; export declare const innerKnob: string;