export declare function findFocusableElementBeforeTabGuard(rootNode: HTMLElement, referenceElement?: HTMLElement): HTMLElement | null;
export declare function isTargetUnderManagedComponent(rootNode: HTMLElement, target?: HTMLElement): boolean;
