import { SimpleChanges } from '@angular/core'; import { DomSanitizer, SafeHtml } from '@angular/platform-browser'; import * as i0 from "@angular/core"; export declare class SectionFieldsComponent { private sanitizer; section: any; translations: any; selectedLanguage: string; sectionTitle: string; sectionDescription: string; constructor(sanitizer: DomSanitizer); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; getTitleAndDescription(): void; getSanitizedContent(): SafeHtml; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }