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