declare const patched: unique symbol; declare global { interface HTMLElement { readonly [patched]?: Pick; } } export declare function patchFocus(HTMLElement: typeof globalThis['HTMLElement']): void; export declare function restoreFocus(HTMLElement: typeof globalThis['HTMLElement']): void; export {};