import { ChangeDetectorRef } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class InputSwitchComponent implements ControlValueAccessor { private ref; private _value; private onChangeCallback; name: string; disabled: boolean; constructor(ref: ChangeDetectorRef); get value(): any; set value(value: any); registerOnChange(fn: any): void; registerOnTouched(fn: any): void; writeValue(obj: any): void; setDisabledState(isDisabled: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }