/** Ancestro más cercano con overflow Y scrolleable, o `document.documentElement`. */ declare function findScrollableParent(element: HTMLElement): HTMLElement; export { findScrollableParent };