import * as I from '../interfaces/';
export declare function scrollIntoView(scrollbar: I.Scrollbar, elem: HTMLElement, { alignToTop, onlyScrollIfNeeded, offsetTop, offsetLeft, offsetBottom, }?: Partial<I.ScrollIntoViewOptions>): void;
