import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DropDownFieldsPropertiesComponent implements OnChanges { questionProperties: any; selectedQuestionId: string; translations: any; questionPropertiesUpdated: EventEmitter; apperanceOpened: boolean; ValidationOpened: boolean; selectionType: string; maxValue: string; minValue: string; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; openAppearance(): void; openValidation(): void; valueAssigned(): void; jsonUpdation(): void; changeMaxValue(event: any): void; changeMinValue(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }