import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class EcabsNumberBorderDirective { el: ElementRef; maxValue: number; minValue: number; inputElement: HTMLInputElement; constructor(el: ElementRef); onKeyUp(e: any): void; private sanitizeInput; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }