export declare const getFirstFocusableChildNode: (element: HTMLElement) => HTMLElement | null; export declare const getAllFocusableChildNodes: (element: HTMLElement) => HTMLElement[];