import * as i0 from "@angular/core"; /** * Directive that adds a `kbq-hovered` class to an element, based on its hover state. * * @docs-private */ export declare class KbqHover { private readonly element; /** * Whether the element is hovered. */ readonly hovered: import("@angular/core").Signal; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }