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 SliderFieldsComponent { private dataservice; dialog: MatDialog; private sharedService; question: any; selectedQuestionId: string; translations: any; logicBtnShow: boolean; pages: any; deleteQuestion: EventEmitter; testElementName: string; constructor(dataservice: DataService, dialog: MatDialog, sharedService: SharedService); inputQuestion: string; questionRequired: boolean; hintText: string; childLogics: any; data: string; hintOpen: boolean; isOpen: boolean; isMenuOpen: boolean; customElementId: string; whenClause: any; filteredAllQuestions: any; private pageSubscription; ngOnInit(): void; valueAssigned(): void; onFocus(): void; hint(): void; jsonUpdation(type?: string): void; required(): void; deleteChildQuestions(event: any): void; addLogic(): void; deleteLogic(id: any): void; openConfirmationModal(): void; hintOpened(): void; closeElement(): void; copyQuestion(): void; generateFieldName(): void; toggleMenu(): void; onClickOutside(event: MouseEvent): void; openElementIdModal(): void; selectedQuestion(): boolean; openWhenClauseModal(): void; updateWhenClause(savedClauses: any[]): any[]; isWhenClauseValid(whenClause: any): boolean; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }