/** Find first parent with active scroll X/Y */
export default function findScrollParent(el: Element): HTMLElement | null;
/** Find all parents with active scroll X/Y */
export declare function findScrollParentAll(el: Element): HTMLElement[] | null;
