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