import { FC } from "react"; import { TokenIconProps } from "./token-icon.types"; declare const TokenIcon: FC; export default TokenIcon;