const enum CheckboxVariant { default = 'default', radio = 'radio', check = 'check', } export default CheckboxVariant