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