/** * It assumes none of the ancestors have `transform`, `perspective`, or `filter` properties. * See: https://github.com/prezly/prezly/pull/8416#discussion_r484528404 */ export declare function getScrollParent(element: HTMLElement): HTMLElement;