import { ElementRef, NgZone, Renderer2 } from "@angular/core"; import type { ControlValueAccessor } from "@angular/forms"; import { Checkbox } from "@fabric-msft/fabric-web"; import * as i0 from "@angular/core"; export declare class FabricCheckboxControlDirective implements ControlValueAccessor { protected z: NgZone; private renderer; protected el: Checkbox; private _checked; value: string; disabled: boolean; set checked(value: boolean); get checked(): boolean; constructor(r: ElementRef, z: NgZone, renderer: Renderer2); private changeEventHandler; private listenForChanges; private blurEventHandler; writeValue(value: boolean): void; onChange: (value: boolean) => void; registerOnChange(onChange: (value: boolean) => void): void; onTouched: () => void; registerOnTouched(onTouched: () => void): void; setDisabledState(isDisabled: boolean): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=checkbox.directive.d.ts.map