import './radio.css'; export interface IRadioStyles { readonly activeForeground?: string; readonly activeBackground?: string; readonly activeBorder?: string; readonly inactiveForeground?: string; readonly inactiveBackground?: string; readonly inactiveHoverBackground?: string; readonly inactiveBorder?: string; }