declare const getFocusableElements: (element: HTMLElement) => Array<HTMLElement>;
export default getFocusableElements;
