import type { ConfigurableWindow } from "../_configurable"; /** * Reactive `document.activeElement` * * @param options */ export declare function active_element(options?: ConfigurableWindow): { subscribe: (this: void, run: import("svelte/store").Subscriber, invalidate?: ((value?: T | null | undefined) => void) | undefined) => import("svelte/store").Unsubscriber; }; export { active_element as activeElement };