export declare const checkboxLabelCSS: import("@vanilla-extract/recipes").RuntimeFn<{ disabled: { true: { cursor: "not-allowed"; color: string; }; }; required: { true: { ':after': { content: "*"; }; }; }; readOnly: { true: { cursor: "default"; }; }; }>; export declare const checkboxKnobCSS: import("@vanilla-extract/recipes").RuntimeFn<{ hasChildren: { true: { marginRight: string; }; false: { marginRight: number; }; }; disabled: { true: {}; false: {}; }; hasError: { true: {}; false: {}; }; checked: { true: {}; false: {}; indeterminate: {}; undefined: {}; }; readOnly: { true: {}; }; }>; export declare const checkboxIconCSS: import("@vanilla-extract/recipes").RuntimeFn<{ readOnly: { true: { color: string; }; }; hasError: { true: {}; }; }>;