import { EventEmitter } from '@angular/core'; import { ControlValueAccessor } from "@angular/forms"; import * as i0 from "@angular/core"; export declare class CheckboxComponent implements ControlValueAccessor { checked: EventEmitter; isChecked: boolean; onChange: any; onTouched: any; toggle(): void; writeValue(value: boolean): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState?(isDisabled: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }