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