import { EventEmitter } from '@angular/core'; import { ControlValueAccessor } from "@angular/forms"; import * as i0 from "@angular/core"; export declare class CheckboxComponent implements ControlValueAccessor { value: boolean | undefined; disabled: boolean; valueChange: EventEmitter; change: EventEmitter; click: EventEmitter; focus: EventEmitter; isFocused: boolean; handleFocus(event: FocusEvent): void; onModelChange(newValue: boolean): void; handleChange(event: Event): void; registerOnChange(fn: any): void; onChange(_: any): void; registerOnTouched(fn: any): void; onTouch: () => void; setDisabledState(isDisabled: boolean): void; writeValue(value: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }