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