/** * Scroll node into view if necessary * @param {HTMLElement} node the element that should scroll into view * @param {HTMLElement} menuNode the menu element of the component */ export declare function scrollIntoView(node: HTMLElement | undefined, menuNode: HTMLElement | undefined): void;