import { ControlValueAccessor } from "@angular/forms"; import * as i0 from "@angular/core"; export declare class SwSwitchComponent implements ControlValueAccessor { state: boolean; private onChange; private onTouched; writeValue(state: boolean): void; registerOnChange(onChange: Function): void; toggle(): void; registerOnTouched(onTouched: Function): void; setDisabledState?(isDisabled: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }