import { ElementRef } from '@angular/core'; export declare class NumberDirective { private _el; constructor(_el: ElementRef); onInputChange(event: any): void; }