import { IPSButton } from './ipsbutton'; /** * * @export * @interface IPSRadioButton */ export type IPSRadioButton = IPSButton; //# sourceMappingURL=ipsradio-button.d.ts.map