import { ElementRef } from "@angular/core"; export declare class MaxLengthDirective { private element; maxlen: number; constructor(element: ElementRef); onKeyDown(e: any): boolean; }