export declare const findNearestScrollableParent: (el: HTMLElement | null) => HTMLElement | null;
