export declare const whenHover: (element: HTMLElement, callback: (hovered: boolean) => void) => { destroy(): void; };