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