import { OnInit, EventEmitter } from '@angular/core'; import { ConfigService } from '../../services/config/config.service'; import * as i0 from "@angular/core"; export declare class AnswerComponent implements OnInit { configService: ConfigService; editorState: any; questionPrimaryCategory: any; showFormError: any; isReadOnlyMode: any; editorDataOutput: EventEmitter; constructor(configService: ConfigService); ngOnInit(): void; editorDataHandler(event: any): void; prepareAnwserData(event: any): { answer: any; editorState: { answer: any; }; name: string; qType: string; primaryCategory: any; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=answer.component.d.ts.map