import { ElementRef } from '@angular/core'; import * as ɵngcc0 from '@angular/core'; export declare class NumbersOnlyDirective { private el; private regex; private specialKeys; constructor(el: ElementRef); onKeyDown(event: KeyboardEvent): void; onKeyUp(event: KeyboardEvent): void; static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=numbers-only.directive.d.ts.map