import { BeanStub } from '../../context/beanStub'; import type { AgColumn } from '../../entities/agColumn'; export declare class HoverFeature extends BeanStub { private readonly columns; private readonly element; constructor(columns: AgColumn[], element: HTMLElement); private destroyManagedListeners; postConstruct(): void; private readonly enableFeature; destroy(): void; }