import type { WithdrawalToken } from '../flow/withdrawalFlowConfig'; import type { DestinationChain } from '../withdrawal/useWithdrawalDestinationTokens'; export interface SelectReceiveTokenAndChainScreenProps { chains: DestinationChain[]; committed?: WithdrawalToken; onConfirm: (chainId: number, token: string) => void; onBack: () => void; } export declare function SelectReceiveTokenAndChainScreen({ chains, committed, onConfirm, onBack, }: SelectReceiveTokenAndChainScreenProps): import("react").JSX.Element; //# sourceMappingURL=SelectReceiveTokenAndChainScreen.d.ts.map