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