import { ElementRef, NgZone, Renderer2 } from "@angular/core"; import type { ControlValueAccessor } from "@angular/forms"; import type { Switch } from "@fabric-msft/fabric-web"; import * as i0 from "@angular/core"; export declare class FabricSwitchControlDirective implements ControlValueAccessor { protected z: NgZone; private renderer; protected el: Switch; private _checked; value: string; disabled: boolean; set checked(value: boolean); get checked(): boolean; constructor(r: ElementRef, z: NgZone, renderer: Renderer2); private listenForChanges; private changeEventHandler; 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=switch.directive.d.ts.map