export default function useFavoriteTokens(): { favTokens: string[]; addFavToken: (newValue: string) => void; };