import type { AnimationParams } from '../animation-interface.js'; export declare const handleHover: (element: HTMLElement, params: AnimationParams | undefined) => VoidFunction | undefined;