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