import { ElementRef } from "@angular/core"; export declare class KeyEnterDirective { private el; content: any; constructor(el: ElementRef); keydown(event: any): void; }