import { type BuyWithCryptoQuote } from "@thirdweb-dev/sdk"; import { type ERC20OrNativeToken } from "../../nativeToken"; /** * @internal */ export declare function ConfirmationScreen(props: { onBack: () => void; buyWithCryptoQuote: BuyWithCryptoQuote; fromAmount: string; toAmount: string; fromChainId: number; toChainId: number; accountAddress: string; fromToken: ERC20OrNativeToken; toToken: ERC20OrNativeToken; onViewPendingTx: () => void; onQuoteFinalized: (quote: BuyWithCryptoQuote) => void; clientId: string; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ConfirmationScreen.d.ts.map