import { CheckboxSize } from '../Checkbox'; export type CheckboxCardSize = CheckboxSize; export type CheckboxVariant = 'primary' | 'secondary' | string; export type CheckboxCardOrientation = 'horizontal' | 'vertical';