import { ConfigService } from "../../services/config/config.service"; export declare class TranslationsComponent { configService: ConfigService; editorState: any; sampleJson: { body: { en: string; }; responseDeclaration: { response1: { maxScore: number; cardinality: string; type: string; mapping: { response: number; outcomes: { FEEDBACK: string; }; }[]; }; }; interactionTypes: string[]; hints: { en: string[]; }; instructions: { en: string; }; interactions: { response1: { type: string; validation: { required: string; }; options: { label: { en: string[]; }; hints: { en: string[]; }; value: number; }[]; }; }; solution: any[]; media: any[]; showEvidence: string; evidence: { required: string; mimeType: string[]; minCount: number; maxCount: number; sizeLimit: string; caption: string; }; showRemarks: string; remarks: { maxLength: string; required: string; }; canBeNotApplicable: string; }; constructor(configService: ConfigService); editorDataHandler(event: any, type?: any): void; }