import { ChangeDetectorRef, ElementRef, NgZone, Renderer2 } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class SwitchProxy implements ControlValueAccessor { protected z: NgZone; private renderer; protected el: HTMLElement; checked: boolean; disabled: boolean; private _required; set required(value: boolean); get required(): boolean; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone, renderer: Renderer2); ngOnInit(): void; listenForChanges(): void; writeValue(checked: boolean): void; onChange: (value: boolean) => void; registerOnChange(fn: any): void; onTouched: (value: boolean) => void; registerOnTouched(fn: any): void; setDisabledState(disabled: boolean): void; handleRequired(value: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class SwitchWrapperModule { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } //# sourceMappingURL=switchProxy.component.d.ts.map