typeRevert = () =>void;
/**
* Acts as a polyfill for `aria-modal` by watching for added modals and hiding any surrounding DOM
* elements with `aria-hidden`.
*/exportdeclarefunctionwatchModals(selector?: string, { document }?: {
document?: Document;
}): Revert;
export {};