/**
 * Add `aria-hidden` attribute.
 * @param  element - HTML-element to add `aria-hidden` attribute.
 * @return Remove `aria-hidden` attribute.
 */
export declare function ariaHide(element: HTMLElement): () => void;
//# sourceMappingURL=ariaHide.d.ts.map