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