import { ElementRef } from '@angular/core'; export declare class AmountDirective { private el; language: string; onKeyDown(): void; onChange(): void; setValue(value: string): void; onSubmit(): void; constructor(el: ElementRef); }