import { TransactionButtonProps } from '../../../transaction'; type NFTMintButtonProps = { className?: string; label?: string; } & Pick; export declare function NFTMintButton({ className, label, disabled, }: NFTMintButtonProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=NFTMintButton.d.ts.map