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