import { FundCardProps } from '../types'; export declare function FundCard({ assetSymbol, buttonText, headerText, country, subdivision, currency, presetAmountInputs, children, className, onError, onStatus, onSuccess, sessionToken, }: FundCardProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FundCard.d.ts.map