/** * Checks if the given element is focused or contains the focused element * @param element The element to check * @returns Whether the element is focused or contains the focused element */ declare const isElementFocused: (element: HTMLElement) => boolean; export default isElementFocused; //# sourceMappingURL=isElementFocused.d.ts.map