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