import { ControlValueAccessor } from "@angular/forms"; import * as i0 from "@angular/core"; export declare class NgSwitcheryComponent implements ControlValueAccessor { value: boolean; onLabel?: string; offLabel?: string; color?: string; size?: string; sticked?: boolean; customClasses?: string; disabled: boolean; get opacity(): 1 | 0.25; writeValue(value: any): void; registerOnChange(fn: any): void; registerOnTouched(): void; onChange(): void; setDisabledState(isDisabled: boolean): void; propagateChange: (_: any) => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }