export default function TransferETF(props: {
    fromChain: string;
}): import("react/jsx-runtime").JSX.Element;
