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