export declare function getScrollableAncestors(element: Node | null, limit?: number): Element[]; export declare function getFirstScrollableAncestor(node: Node | null): Element | null;