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