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