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