/// import { RadioItemProps } from './PropsType'; declare function RadioItem(props: RadioItemProps): JSX.Element; declare namespace RadioItem { var defaultProps: { prefixCls: string; listPrefixCls: string; radioProps: {}; labelType: string; hideBottomLine: boolean; newStyle: boolean; disable: boolean; }; } export default RadioItem;