import { SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class AggregateFieldPropertiesComponent { apperanceOpened: 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; regExp: string; openAppearance(): 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; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }