import { FundButtonProps } from '../types'; export declare function FundButton({ className, children, disabled, fundingUrl, openIn, popupSize, target, state: buttonState, fiatCurrency, onPopupClose, onClick, render, sessionToken, }: FundButtonProps): string | number | bigint | boolean | Iterable | Promise> | Iterable | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined; //# sourceMappingURL=FundButton.d.ts.map