export interface ScrollUtil { scrollIntoView(container: Element, target: Element): void getScrollBarWidth(): number }