import type { Context } from "../context.js"; import type { Nexus } from "../nexus.js"; import type { DirectiveResult } from "lit/async-directive.js"; /** wrap a shadow view into a shadow component */ export declare const prepare_shadow_componentify: (nexus: Nexus) => DirectiveResult>(View: V) => typeof import("../../index.js").ShadowElement;