import Checkbox, { CheckboxProps as TCheckboxProps } from './Checkbox'; export type CheckboxProps = TCheckboxProps; export default Checkbox;