import { ErrorWrapperClassNameProps } from '../ErrorWrapper'; import { FormOnColor, FormSize } from '../../constants'; export interface RadioButtonProps extends ErrorWrapperClassNameProps, Pick, 'aria-describedby' | 'name' | 'value' | 'disabled' | 'checked' | 'defaultChecked' | 'required' | 'onChange'> { /** Adds custom classes to the element. */ className?: string; /** The