export interface AmeliproRadioGroupItem { disabled?: boolean isChecked: boolean label: string value: string }