export declare class ScrollUtils {
    static getScrollContainer(anchorEl: HTMLElement, userScrollContainer: string | HTMLElement | undefined): HTMLElement | null;
}
