import { Checkbox } from 'antd'; export type { CheckboxProps } from 'antd/lib/checkbox'; export * from 'antd/lib/checkbox'; export default Checkbox;