import { AfterViewInit, ChangeDetectorRef } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class YapCheckboxComponent implements ControlValueAccessor, AfterViewInit { private _cd; circle: boolean; onChange: any; onTouch: any; checked: boolean; disabled: boolean; inhibate: boolean; constructor(_cd: ChangeDetectorRef); registerOnChange(fn: any): void; registerOnTouched(fn: any): void; writeValue(checked: boolean): void; setDisabledState(isDisabled: boolean): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }