export interface RadioOption { value: string; index: string; }