import { ElementRef } from '@angular/core'; import { NgControl } from '@angular/forms'; export declare class OnlyNumberDirective { private el; private ngControl; constructor(el: ElementRef, ngControl: NgControl); onKeyDown(event: any): void; onInput(): void; }