import { Injector, ElementRef, OnInit } from '@angular/core'; import { ValidatorFn } from '@angular/forms/src/directives/validators'; import { OFormComponent } from '../../form/o-form.component'; import { ORealInputComponent } from '../real-input/o-real-input.component'; export declare const DEFAULT_INPUTS_O_CURRENCY_INPUT: string[]; export declare const DEFAULT_OUTPUTS_O_CURRENCY_INPUT: string[]; export declare class OCurrencyInputComponent extends ORealInputComponent implements OnInit { static DEFAULT_INPUTS_O_CURRENCY_INPUT: string[]; static DEFAULT_OUTPUTS_O_CURRENCY_INPUT: string[]; currency_symbols: { 'USD': string; 'EUR': string; 'CRC': string; 'GBP': string; 'ILS': string; 'INR': string; 'JPY': string; 'KRW': string; 'NGN': string; 'PHP': string; 'PLN': string; 'PYG': string; 'THB': string; 'UAH': string; 'VND': string; }; currencySymbol: string; currencySymbolPosition: string; constructor(form: OFormComponent, elRef: ElementRef, injector: Injector); resolveValidators(): ValidatorFn[]; } export declare class OCurrencyInputModule { }