import type { IRadioButtonSettingsProps } from './IRadioButtonSettingsProps'; export interface IRadioButtonProps { radioButtonSettings: IRadioButtonSettingsProps[]; orientation: 'vertical' | 'horizontal'; }