/** * @license * Copyright ASW (A Software World) All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file */ import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class AswNumberDirective { private el; decimals: number; negative: number; private checkAllowNegative; private check; private run; constructor(el: ElementRef); onKeyDown(event: KeyboardEvent): void; onPaste(event: ClipboardEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }