interface ExchangeProps { className?: string; } declare const Exchange: React.FC; export default Exchange;