import type { DonationButtonProps } from '../types';
export declare function DonationButton({ config, type, amount, className, children, onSuccess, onError, }: DonationButtonProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=DonationButton.d.ts.map