import type { TokenInfoWithBalance } from "../components/erc20-token-picker/types"; export declare const getDefaultERC20TokenLogoURL: (chainId?: number, address?: string) => string | null; export declare const filterERC20Tokens: (tokens: TokenInfoWithBalance[], searchQuery?: string) => TokenInfoWithBalance[]; export declare const sortERC20Tokens: (tokens: TokenInfoWithBalance[]) => TokenInfoWithBalance[]; export declare const tokenInfoWithBalanceEquals: (tokenA?: TokenInfoWithBalance | null, tokenB?: TokenInfoWithBalance | null) => boolean; //# sourceMappingURL=erc20.d.ts.map