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