import type { RefParam } from './reactivity/makeRef.js'; type ElementParam = Element | Window | undefined | null; export declare function onElementScroll(element: RefParam, callback: (event: Event) => void): void; export {};