import * as React from 'react'; import { CheckboxItemPropsType } from './PropsType'; export declare const Item: React.FC; export default Item;