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