/** * Utility function to get focusable elements */ export declare const getFocusableElements: (container: HTMLElement) => HTMLElement[];