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