import type { FocusableElement } from '../types/dom.js'; export declare function focusWithoutScrolling(element: FocusableElement): void;