import { EventEmitter, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SliderFieldsComponent { question: any; count: number; required: boolean; hint: string; minValue: number; maxValue: number; stepValue: number; changeSliderColor: boolean; sliderColor: string; translations: any; selectedLanguage: string; displayQuestion: string; inPreview: boolean; answerChange: EventEmitter; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; getQuestion(): void; valueAssigned(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }