type RadioStyle = {
  radioBorderWidth?: string;
  radioBorderColor?: string;
  radioBorderRadius?: string;
  radioHoverBorderColor?: string;
  radioCheckedBg?: string;
  radioCheckedBorderColor?: string;
  radioDisabledBg?: string;
  radioDisabledBorderColor?: string;
  radioIconSize?: string;
  radioIconCheckedColor?: string;
  radioIconDisabledColor?: string;
};

export { RadioStyle };
