import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { ScoreConfigSettings } from '../../models/score-config-settings'; import * as i0 from "@angular/core"; export declare class IspScoreDetailsComponent implements OnInit { disabled: boolean; max: number; min: number; step: number; value: number; vertical: boolean; fg: FormGroup; scoreConfigDetails: ScoreConfigSettings; constructor(); get ealScoreControls(): FormGroup[]; get welScoreControls(): FormGroup[]; get isUpdated(): boolean; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }