import React from 'react'; declare const PreTGEBuyComponent: ({ bondAddress, bondChain, onDismiss, handlePurchasedBond, }: { bondAddress: string; bondChain: number; onDismiss?: () => void; handlePurchasedBond: (hash: string, inputAmount: string) => void; }) => React.JSX.Element; export default PreTGEBuyComponent;