"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "PresenceGroupChildContext", { enumerable: true, get: function() { return PresenceGroupChildContext; } }); const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard"); const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react")); const PresenceGroupChildContext = /*#__PURE__*/ _react.createContext(undefined);