/// declare type RadioComponent = React.FC & { Group: typeof RadioGroupWithMode; }; declare const RadioWithMode: RadioComponent; declare const RadioGroupWithMode: import("react").FC; export default RadioWithMode;