import { ElementRef } from '@angular/core';
export declare class MouseEnterDirective {
    private el;
    mouseenter: string;
    constructor(el: ElementRef);
}
