import { PropsWithStyle } from '../../index.ts'; export interface SfRadioProps extends React.InputHTMLAttributes, PropsWithStyle { invalid?: boolean; }