export declare class NKProMintButton { /** * Collection ID */ collectionId: string; /** * Public Key */ publicKey: string; isDev?: boolean; unique?: boolean; quantity?: number; mintLinkId: string; container: HTMLDivElement; button: HTMLButtonElement; componentWillLoad(): Promise; render(): any; }