declare function scrollparent(node: HTMLElement | SVGElement): HTMLElement | null;

export = scrollparent;
