import { ElementRef, OnChanges, SimpleChanges } from '@angular/core'; import { DataService } from '../../services/data.service'; import * as i0 from "@angular/core"; export declare class SelectionMatrixFieldPropertiesComponent implements OnChanges { private dataService; questionProperties: any; selectedQuestionId: string; translations: any; colorPickerInput: ElementRef; apperanceOpened: boolean; ValidationOpened: boolean; minInputSelection: boolean; minInputValue: number; selectionColorRequired: boolean; selectionColor: string; constructor(dataService: DataService); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; openAppearance(): void; openValidation(): void; valueAssigned(): void; jsonUpdation(): void; openColorPicker(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }