import RadioWithMode from './WithMode'; declare type RadioComponent = typeof RadioWithMode & { Group: typeof RadioWithMode.Group; }; declare const Radio: RadioComponent; export default Radio;