import { ElementRef } from '@angular/core';
export declare class OnReturnDirective {
    private _el;
    private el;
    onReturn: any;
    setEnabled: boolean;
    constructor(_el: ElementRef);
    onKeyDown(e: any): void;
    static setNextFocus(onReturn: any, setEnabled?: boolean): void;
}
