import Checkbox from './Checkbox';
export { ICheckboxProps } from './Checkbox.props';
export { Checkbox };
export default Checkbox;
