package.dist.generated.templates.elements.WithComplexTemplateTemplate.lit.d.ts Maven / Gradle / Ivy
import type UI5Element from "../../../UI5Element.js";
import type WithComplexTemplate from "../../../../test/elements/WithComplexTemplate.js";
declare function block0(this: WithComplexTemplate, context: UI5Element, tags: string[], suffix: string | undefined): import("lit-html").TemplateResult;
export default block0;