import { ElementRef } from '@angular/core';
export declare class StringsDirective {
    private _el;
    private el;
    maxLength: any;
    constructor(_el: ElementRef);
    onKeyDown(e: KeyboardEvent): void;
}
