import type { ColorValue, ViewStyle } from 'react-native'; export interface RadioButtonStyle extends ViewStyle { buttonColor?: ColorValue; selectedButtonColor?: ColorValue; buttonRadius?: number; }