import { f as Computed } from "../children-s3nFjpLA.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 };