import { EventEmitter } from '@angular/core'; import { ElementTrackerService } from '../../services/element-tracker.service'; import { ValidationService } from '../../services/validation.service'; import { HiddenFieldService } from '../../services/hidden-field.service'; import * as i0 from "@angular/core"; export declare class SelectionMatrixFieldsComponent { private validationService; private tracker; private hiddenFieldService; question: any; inLine: boolean; acceptedLanguage: string; rowId: number; inCard: boolean; submissionIndex: number; answerChange: EventEmitter<{ answer: any; maxPossibleScore?: number | undefined; }>; count: number; required: boolean; hint: string; selectionMatrixColumn: any[]; selectionMatrixLabel: any[]; selectedOptions: string[]; validationFailed: boolean; validationMessage: string; minSelectionValue: number; private elementId; selectionColor: string; selectionColorRequired: boolean; disableEdit: boolean; constructor(validationService: ValidationService, tracker: ElementTrackerService, hiddenFieldService: HiddenFieldService); ngOnInit(): void; valueAssigned(): void; private isParsableJSON; onSelectionChange(rowIndex: number, value: string): void; validateInput(): void; handleValidation(isValid: boolean, message?: string): void; private buildElementId; get isInvalid(): boolean; get errorMessage(): string | null; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }