import type { Components, JSX } from "../types/components"; interface OjpTemplate extends Components.OjpTemplate, HTMLElement {} export const OjpTemplate: { prototype: OjpTemplate; new (): OjpTemplate; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;