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