import { Ref } from 'vue';
export declare function useFocusableElements(element: Ref<HTMLElement | undefined>): Ref<HTMLElement[]>;
