/** * Get the candidates of focusable nodes in the target element * * @param targetElement - The target element * * @returns The array of focusable nodes */ export declare const getFocusableNodes: (targetElement: HTMLElement) => HTMLElement[];