/// import { InputProps } from '../checkbox/item'; import Group from './group'; declare const Radio: { ({ prefixCls, ...attributes }: InputProps): JSX.Element; componentType: string; Group: typeof Group; }; export default Radio;