import { OnInit, EventEmitter } from '@angular/core'; import { MatCheckboxChange } from '@angular/material/checkbox'; import { SurveyErrorStateMatcher } from '../error-state.matcher'; import { FormItem, FormItemWidget } from '../form-item'; import * as i0 from "@angular/core"; export declare class FormItemCheckbox extends FormItem { value: boolean; } export declare class FormItemCheckboxComponent implements FormItemWidget, OnInit { item: FormItemCheckbox; editable: boolean; changes: EventEmitter; matcher: SurveyErrorStateMatcher; constructor(); ngOnInit(): void; onChange(event: MatCheckboxChange): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }