export interface RadioButtonProps { defaultValue?: any; value?: any; options?: any[]; groupStyle?: any; style?: any; propsKey?: string; isMobile?: boolean; className?: string; onChange?: (val: any) => void; popoverOptions?: [{ imageName: string; style: any; }]; }