import { SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class IframeFieldPropertiesComponent { questionProperties: any; selectedQuestionId: string; translations: any; apperanceOpened: boolean; ValidationOpened: boolean; width: number; height: number; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; openAppearance(): void; openValidation(): void; valueAssigned(): void; jsonUpdation(field?: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }