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