/** * Gets the correct funding URL based on the connected wallet. If a Coinbase Smart Wallet is connected it will send the * user to keys.coinbase.com, otherwise it will send them to pay.coinbase.com. * @returns the funding URL and optional popup dimensions if the URL requires them */ export declare function useGetFundingUrl({ fiatCurrency, originComponentName, sessionToken, }: { fiatCurrency?: string; originComponentName?: string; sessionToken?: string; }): string | undefined; //# sourceMappingURL=useGetFundingUrl.d.ts.map