/** * Ported from `react-beautiful-dnd` */ export declare function findClosestScrollContainer(element: HTMLElement): HTMLElement | null;