import type UI5Element from "./UI5Element.js"; /** * Updates the shadow root of a UI5Element or its static area item * @param element */ declare const updateShadowRoot: (element: UI5Element) => void; export default updateShadowRoot;