import { Connectors } from "./types"; declare const wallets: { title: string; image: string; connector: Connectors; }[]; export default wallets;