import { Checkbox } from './Checkbox'; import type { CheckboxProps } from './Checkbox.types'; export type { CheckboxProps }; export { Checkbox };