import { t as Computed } from "../index-B1FHAd5T.mjs"; //#region src/utilities/focus-within.d.ts /** * Returns a `Computed` that is `true` while focus is anywhere inside * `target` (including `target` itself). */ declare function createFocusWithin(target: Element): Computed; //#endregion export { createFocusWithin };