import { DataService } from '../../services/data.service'; import { MatDialog } from '@angular/material/dialog'; import * as i0 from "@angular/core"; export declare class ChildSectionComponent { private dataservice; dialog: MatDialog; section: any; translations: any; selectedQuestionId: string; pages: any; sectionTitle: string; sectionDescription: string; editor: any; testElementName: string; isMenuOpen: boolean; customElementId: string; constructor(dataservice: DataService, dialog: MatDialog); ngOnInit(): void; valueAssigned(): void; jsonUpdation(): void; editorCreated(editorInstance: any): void; updateEditorContent(content: string): void; openConfirmationModal(): void; generateFieldName(): void; toggleMenu(): void; onClickOutside(event: MouseEvent): void; openElementIdModal(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }