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