import { Checkbox } from './checkbox';
export type { CheckboxProps, CheckboxShape } from './checkbox';
export default Checkbox;
