import { SimpleChanges } from '@angular/core'; import { DataService } from '../../services/data.service'; import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class TermsAndConditionFieldsComponent { private http; private dataService; question: any; count: number; required: boolean; hint: string; fileDataUrl: any; private apiUrl; imgUrl: any; header: any; visible: boolean; translations: any; selectedLanguage: string; displayQuestion: string; inPreview: boolean; constructor(http: HttpClient, dataService: DataService); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; getQuestion(): void; preview(): Observable; closeModal(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }