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