import Checkbox, { CheckboxProps as TCheckboxProps } from './Checkbox'; export declare type CheckboxProps = TCheckboxProps; export default Checkbox;