import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; /** For internal use - directive that adds or removes class based on hover */ export declare class HoverClassDirective { elementRef: ElementRef; constructor(elementRef: ElementRef); hoverClass: any; onMouseEnter(): void; onMouseLeave(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class HoverClassModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }