import { ElementRef } from "@angular/core"; import { TKwikUIInputCurrencyType } from "./input-currency.definitions"; import * as i0 from "@angular/core"; export declare class NumericCurrencyTypeDirective { private el; currencyType: TKwikUIInputCurrencyType; constructor(el: ElementRef); onInputChange(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }