import { type Ref } from 'vue'; type ScrollElement = HTMLElement | Window; export declare function getScrollParent(el: Element, root?: ScrollElement | undefined | null): Element | Window | null; export declare function useScrollParent(el: Ref, root?: ScrollElement | undefined | null): Ref; export {};