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