import Checkbox from "./checkbox";
export type { CheckboxProps, CheckboxGroupProps, CheckboxOption, } from "./checkbox";
export default Checkbox;
