import { type Ref } from 'vue'; export declare function useElementScroll(el: Ref, callback: () => void): void;