import { EventEmitter, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ChoiceSettingsPanelComponent implements OnInit { score: number; defaultScore: any; negativeScore: any; isFailed: boolean; set Score(score: any); scoreVisible: boolean; isFailedChange: EventEmitter; scoreChange: EventEmitter; constructor(); ngOnInit(): void; changeScore(evt: any): void; changeFailed(evt: any): void; scoreManger(mode: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }