import { type WalletInstance, type WalletConfig } from "@thirdweb-dev/react-core"; import type { SupportedTokens } from "../../../defaultTokens"; import type { Chain } from "@thirdweb-dev/chains"; /** * @internal */ export declare function SwapScreen(props: { onBack: () => void; supportedTokens: SupportedTokens; onViewPendingTx: () => void; }): import("react/jsx-runtime").JSX.Element; /** * * @internal */ export declare function SwapScreenContent(props: { clientId: string; onBack: () => void; supportedTokens: SupportedTokens; activeChainId: number; activeWallet: WalletInstance; activeAddress: string; onViewPendingTx: () => void; activeWalletConfig: WalletConfig; supportedChains: Chain[]; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SwapScreen.d.ts.map