import { SimpleChanges } from '@angular/core'; import { CountryService } from '../../services/country.service'; import * as i0 from "@angular/core"; export declare class CurrencyFieldPropertiesComponent { private countryService; apperanceOpened: boolean; ValidationOpened: boolean; questionProperties: any; selectedQuestionId: string; translations: any; label: string; placeholder: string; currencySymbols: any[]; symbolPosition: any[]; decimalPrecision: any[]; selectedCurrencySymbol: any[]; selectedSymbolPosition: any[]; selectedDecimalPrecision: any[]; thousandOperator: boolean; showAmountInWords: boolean; maxValue: number; minValue: number; constructor(countryService: CountryService); openAppearance(): void; openValidation(): void; ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; valueAssigned(): void; jsonUpdation(): void; getCurrencySymbols(): void; changeCurrencySymbol(): void; changeSymbolPosition(): void; changeDecimalPrecision(): void; changeThousandOperator(): void; changeAmountInWords(): void; assignCurrencySymbol(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }