/** * Focuses on the given element without triggering scrolling behavior. * @internal */ export declare function focusWithoutScrolling(element: Element & HTMLOrSVGElement): void; //# sourceMappingURL=focus-without-scrolling.d.ts.map