/** * If needed, scrolls an element into view within a given scroll container. * @param {HTMLElement} element The element to scroll into view. * @param {HTMLElement} scrollContainer The scrollable container. * @param {ScrollIntoViewOptions} [options=undefined] Options used to scroll into view. */ export declare function scrollIntoViewIfNeeded(element: HTMLElement, scrollContainer: HTMLElement, options?: ScrollIntoViewOptions): void; //# sourceMappingURL=scrollIntoViewIfNeeded.d.ts.map