/**
 * @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<AswNumberDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<AswNumberDirective, "[aswNumbersOnly]", never, { "decimals": { "alias": "decimals"; "required": false; }; "negative": { "alias": "negative"; "required": false; }; }, {}, never, never, false, never>;
}
