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