import { RevTypographyTextType, RevTypographyTextVariant } from '../../types'; export interface RevRadioProps { id?: string; name?: string; value?: any; label?: string; textType?: RevTypographyTextType; variant?: RevTypographyTextVariant; isInvalid?: boolean; }