import { ElementRef, EventEmitter, OnInit } from '@angular/core'; import { EditorConfig } from '@vcomply/editor'; import * as i0 from "@angular/core"; export declare class EffectivenessPickerDialogComponent implements OnInit { scrollElement: ElementRef; controlSet: { value: number; name: string; color: string; description: string; }[]; comment: any; selectedEffectiveness: any; selectedEffectivenessChange: EventEmitter; effectiveness: EventEmitter; constructor(); ngOnInit(): void; description: EditorConfig; selectedControlType(event: any): void; setScrollIntoView(): void; getComment(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }