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