import { IPSButton } from './ipsbutton'; /** * * @export * @interface IPSRadioButtonGroup */ export type IPSRadioButtonGroup = IPSButton;