import { EventEmitter } from '@angular/core'; import { MatDialog } from '@angular/material/dialog'; import { DataService } from '../../services/data.service'; import { CountryService } from '../../services/country.service'; import { SharedService } from '../../services/shared.service'; import * as i0 from "@angular/core"; export declare class CurrencyFieldsComponent { private dataservice; dialog: MatDialog; private countryService; private sharedService; question: any; selectedQuestionId: string; translations: any; logicBtnShow: boolean; inSubForm: boolean; pages: any; pageId: string; deleteQuestion: EventEmitter; testElementName: string; constructor(dataservice: DataService, dialog: MatDialog, countryService: CountryService, sharedService: SharedService); onFocus(): void; inputQuestion: string; questionRequired: boolean; hintText: string; childLogics: any; data: string; hintOpen: boolean; isOpen: boolean; isMenuOpen: boolean; customElementId: string; whenClause: any; filteredAllQuestions: any; private pageSubscription; ngOnInit(): void; valueAssigned(): void; hint(): void; jsonUpdation(type?: string): void; required(): void; deleteChildQuestions(event: any): void; addLogic(): void; deleteLogic(id: any): void; openConfirmationModal(): void; hintOpened(): void; selectedQuestion(): boolean; closeElement(): void; copyQuestion(): void; generateFieldName(): void; changeCurrencySymbol(): void; changeLimitCurrencySymbol(): void; changeSpecificCurrencySymbol(): void; getCurrencySymbols(): void; assignCurrencySymbol(): void; onCurrencyOptionChange(option: string): void; onLimitCurrenciesChange(): void; selectedOption: string; limitCurrencies: boolean; allowedCurrencies: string; specificCurrency: string; defaultCurrencySymbol: any[]; limitCurrencySymbol: any[]; specificCurrencySymbol: any[]; currencySymbols: any[]; limitcurrencySymbols: any[]; selectOption(option: string): void; toggleMenu(): void; onClickOutside(event: MouseEvent): void; openElementIdModal(): void; openWhenClauseModal(): void; updateWhenClause(savedClauses: any[]): any[]; isWhenClauseValid(whenClause: any): boolean; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }