import { MatDialog } from '@angular/material/dialog'; import { DataService } from '../../services/data.service'; import { SharedService } from '../../services/shared.service'; import * as i0 from "@angular/core"; export declare class IframeFieldsComponent { private dataservice; dialog: MatDialog; private sharedService; question: any; selectedQuestionId: string; translations: any; pages: any; testElementName: string; contentType: string; htmlContent: string; cssContent: string; scriptContent: string; urlContent: string; isMenuOpen: boolean; customElementId: string; whenClause: any; filteredAllQuestions: any; private pageSubscription; constructor(dataservice: DataService, dialog: MatDialog, sharedService: SharedService); ngOnInit(): void; valueAssigned(): void; selectedQuestion(): boolean; jsonUpdation(field?: string): void; onUrlChange(): void; isValidUrl(value: string): boolean; copyQuestion(): void; openConfirmationModal(): 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; }