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