import type { Ref } from 'vue'; export declare function useFocusRepair(active: Ref, content: () => HTMLElement | undefined, fallback: () => HTMLElement | undefined): (e: FocusEvent) => boolean;