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