export type CheckboxVariant = 'default' | 'on-accent'; export type CheckboxSize = 'md' | 'lg';