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