/** * is the specified element has `aria-hidden` attribute or not * @param hostElement - Element node */ export declare function odsHasAriaHidden(hostElement: E): boolean;