import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class ScToggleComponent implements ControlValueAccessor { onChange: (_: any) => void; onTouched: () => void; disabled: boolean; checked: boolean; writeValue(value: boolean): void; registerOnChange(fn: (_: any) => {}): void; registerOnTouched(fn: () => {}): void; setDisabledState(isDisabled: boolean): void; get value(): boolean; set value(value: boolean); onClick(event: MouseEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }