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<HTMLInputElement>);
    onInputChange(event: Event): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<NumericCurrencyTypeDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<NumericCurrencyTypeDirective, "[currencyType]", never, { "currencyType": "currencyType"; }, {}, never>;
}
