import { ElementRef, SimpleChanges, OnChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SliderFieldPropertiesComponent implements OnChanges { questionProperties: any; selectedQuestionId: string; translations: any; colorPickerInput: ElementRef; apperanceOpened: boolean; ValidationOpened: boolean; minInputValue: number; maxInputValue: number; stepInputValue: number; changeSliderColor: boolean; sliderColor: string; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; openAppearance(): void; openValidation(): void; valueAssigned(): void; jsonUpdation(): void; openColorPicker(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }