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