import { type ERC20OrNativeToken } from "./nativeToken"; import type { TokenInfo } from "../defaultTokens"; import type { Chain } from "@thirdweb-dev/chains"; /** * * @internal */ export declare function TokenSelector(props: { onTokenSelect: (token: ERC20OrNativeToken) => void; onBack: () => void; tokenList: TokenInfo[]; chainId: number; chainSelection?: { chains: Chain[]; select: (chain: Chain) => void; }; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=TokenSelector.d.ts.map