import type { Ref } from '@stacksjs/stx'; /** * Reactive `document.activeElement`. * Tracks which element currently has focus. */ export declare function useActiveElement(): Ref;