export declare function createFocusTrap(element: HTMLElement, options?: { signal?: AbortSignal; }): void; export declare function getFlattenedFocusableItems(element: Node, depth?: number): HTMLElement[]; export declare function focusable(element: Element): boolean;