/** * @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 AswNumberOnly { private elementRef; constructor(elementRef: ElementRef); onInputChange(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }