import { JSX } from 'react';
import { MintButtonProps } from './types/common';
declare const MintButton: ({ network, rpc, mintAddress, urcCode, showRefundButton, showUrcButton, mintButtonStyle, refundButtonStyle, refundButtonTitle, informationStyle, generateURCStyle, flipflopLogoStyle, mintButtonTitle, wallet, connection, onMintStart, onMintError, onMintSuccess, onRefundError, onRefundSuccess, onRefundStart, }: MintButtonProps) => JSX.Element;
export default MintButton;
