/**
 * Toggle `aria-hidden`.
 * @param  active - Current state.
 * @param  ariaShow - Remove `aria-hidden` function.
 * @param  element - Element to block scroll.
 * @return New remove `aria-hidden` function or null.
 */
export default function toggleAriaHide(active: boolean, ariaShow: () => void, element: HTMLElement): () => void;
//# sourceMappingURL=toggleAriaHide.d.ts.map