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