/** * Checkbox Component Styles — self-contained (no inputStyles import). * * The checkbox is "just the tick": a single checkmark whose color/opacity * carries the state. Full flavor color when checked, faint when unchecked, * dash at mid-opacity when indeterminate, grayscale when disabled. */ /** Rules for one custom (non-built-in) flavor — see utils/flavor-sheet.ts. */ export declare const checkboxCustomFlavorCss: (base: string) => string; export declare const checkboxStyles: string; //# sourceMappingURL=checkbox.d.ts.map