import { SzHtmlInputEvent } from '../../sz-html-controls/model/SzHtmlInputEvent'; import { SzCheckedInputAbstractComponent } from '../inputs/sz-checked-input/sz-checked-input-abstract.component'; export interface SzCheckedInputEvent { event: SzHtmlInputEvent; component: SzCheckedInputAbstractComponent; }