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 SectionComponent { private dataservice; dialog: MatDialog; private sharedService; section: any; translations: any; selectedQuestionId: string; pages: any; sectionTitle: string; sectionDescription: string; editor: any; testElementName: string; isMenuOpen: boolean; customElementId: string; whenClause: any; filteredAllQuestions: any; private pageSubscription; constructor(dataservice: DataService, dialog: MatDialog, sharedService: SharedService); ngOnInit(): void; valueAssigned(): void; editorCreated(editorInstance: any): void; updateEditorContent(content: string): void; jsonUpdation(): 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; }