import { EventEmitter } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class SwitchComponent implements ControlValueAccessor { change: EventEmitter; value: any; tooltipMessage: any; disabled: boolean | any; checked: boolean | any; position: any; onChanged: (value: any) => void; onTouched: () => void; writeValue(value: boolean): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState(isDisabled: boolean): void; valueChanged(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }