import { type Ref } from 'vue'; export declare function isTabSelectableDeep(element: HTMLElement | null): boolean; export declare const ARROR_FOCUSABLE_CLASS = "arrow-focusable"; export declare function useArrowFocus(enabled: Ref): void;