import { JSX } from 'react';
import { RefundButtonProps } from './types/common';
declare const RefundButton: ({ network, mintAddress, buttonStyle, informationStyle, buttonTitle, wallet, connection, tokenInfo, onStart, onError, onSuccess, }: RefundButtonProps) => JSX.Element;
export default RefundButton;
