import { EventEmitter, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ToggleSwitchFieldsComponent { question: any; acceptedLanguage: string; count: number; required: boolean; hint: string; labelOnValue: string; labelOffValue: string; labelOnColor: string; labelOffColor: string; toggleBackgroundColor: string; translations: any; selectedLanguage: string; displayQuestion: string; inPreview: boolean; answerChange: EventEmitter; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; getQuestion(): void; getDirectionClass(): string; valueAssigned(): void; toggleSliderColor(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }