import { DirectiveResult } from "lit/async-directive.js"; import { Context } from "../context.js"; import { Shell } from "../parts/shell.js"; import { LightViewRenderer } from "../parts/types.js"; export declare const prepare_light_view: (shell: Shell) =>

(renderer: LightViewRenderer) => (...props: P) => DirectiveResult;