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