import { Plugin } from "../../types/Plugin.mjs"; //#region src/prop/child/runtime-only.d.ts declare const name = "child"; declare const createChildContext: (selector: string) => string; declare const onInit: Plugin<'onInit'>; //#endregion export { createChildContext, name, onInit };