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