import { ElementRef, EventEmitter } from '@angular/core'; import { DataService } from '../../services/data.service'; import { MatDialog } from '@angular/material/dialog'; import * as i0 from "@angular/core"; export declare class CheckBoxFieldsComponent { private dataservice; private elementRef; dialog: MatDialog; question: any; selectedQuestionId: string; translations: any; logicBtnShow: boolean; pages: any; deleteQuestion: EventEmitter; constructor(dataservice: DataService, elementRef: ElementRef, dialog: MatDialog); inputQuestion: string; questionRequired: boolean; hintText: string; childLogics: any; data: string; options: any; rows: any[]; selectedOption: any; showlookup: boolean; customOptions: any[]; tables: { label: string; value: string; image: string; }[]; hintOpen: boolean; ngOnInit(): void; valueAssigned(): void; hint(): void; jsonUpdation(type?: string): void; selectedQuestion: any; deleteChildQuestions(event: any): void; addLogic(): void; deleteLogic(id: any): void; buttons: { label: string; icon: string; color: string; action: () => void; }[]; viewTable(): void; editTable(): void; createLookUp(): void; closeLookup(): void; addRow(): void; save(): void; handleInput(): void; handleKeyDown(event: KeyboardEvent): void; removeOption(optionValue: string): void; openConfirmationModal(): void; hintOpened(): void; selectedSection(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }