import { FC } from "react"; export interface AccountInfoProps { onDisconnect?: () => void; accountId?: string; close?: () => void; showGetTestUSDC?: boolean; } export declare const AccountInfo: FC; //# sourceMappingURL=accountInfo.d.ts.map