/** * Checks whether the specified element is disabled. * @param {Element} el The element to check. */ export declare function isDisabledElement(el: Element): el is HTMLElement; /** * Checks whether the specified element is hidden. * @param {Element} el The element to check. */ export declare function isHiddenElement(el: Element): el is HTMLElement; /** * Checks whether the specified element is focusable. * @param {Element} el The element to check. */ export declare function isFocusableElement(el: Element): el is HTMLElement; //# sourceMappingURL=accessibility-utilities.d.ts.map