import { EventEmitter } from '@angular/core'; import { DataService } from '../../services/data.service'; import { MatDialog } from '@angular/material/dialog'; import { SharedService } from '../../services/shared.service'; import * as i0 from "@angular/core"; export declare class TextboxComponent { private dataservice; dialog: MatDialog; private sharedService; question: any; selectedQuestionId: string; translations: any; logicBtnShow: boolean; inSubForm: boolean; pages: any; pageId: string; deleteQuestion: EventEmitter; testElementName: string; inputQuestion: string; questionRequired: boolean; showDefaultValue: boolean; disableEdit: boolean; defaultValue: string; hintText: string; childLogics: any; data: string; hintOpen: boolean; isOpen: boolean; isMenuOpen: boolean; customElementId: string; whenClause: any; filteredAllQuestions: any; private pageSubscription; constructor(dataservice: DataService, dialog: MatDialog, sharedService: SharedService); onFocus(): void; ngOnInit(): void; valueAssigned(): void; hint(): void; jsonUpdation(type?: string): void; required(): void; toggleDefaultValue(): void; toggleEditValue(): void; deleteChildQuestions(event: any): void; addLogic(): void; deleteLogic(id: any): void; openConfirmationModal(): void; hintOpened(): void; selectedQuestion(): boolean; closeElement(): void; copyQuestion(): void; generateFieldName(): void; toggleMenu(): void; onClickOutside(event: MouseEvent): void; openElementIdModal(): void; openWhenClauseModal(): void; updateWhenClause(savedClauses: any[]): any[]; isWhenClauseValid(whenClause: any): boolean; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }