import React from 'react'; import { CheckboxProps } from './type'; export type { CheckboxProps }; declare const Checkbox: React.ForwardRefExoticComponent>; export default Checkbox;