import React from "react"; import { TokenPairImageProps } from "./types"; declare const TokenPairImage: React.FC; export default TokenPairImage;