import { OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TextFieldPropertiesComponent implements OnChanges { apperanceOpened: boolean; ValidationOpened: boolean; questionProperties: any; selectedQuestionId: string; translations: any; selectedFontFamily: any[]; selectedFontSize: any[]; selectedCustomOption: any[]; label: string; placeholder: string; defaultValue: string; underline: boolean; italics: boolean; bold: boolean; textAlign: string; validationType: string; regExp: string; openAppearance(): void; openValidation(): void; options: { label: string; value: string; image: string; }[]; fontFamily: { label: string; value: string; image: string; }[]; fontSize: { label: string; value: string; image: string; }[]; ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; valueAssigned(): void; jsonUpdation(): void; selectAlignment(alignment: any): void; changeFontStyle(style: any): void; changeFont(): void; changeSize(): void; changeValidation(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }