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