import { WalletsAccountLayoutProps } from '../interface';
export type AccountConfig = {
    showGasBalance?: boolean;
};
declare const WalletsAccountLayout: ({ copied, currency, walletAddress, walletBalance, hideWalletBalance, isMobile, disconnectText, networkName, copyAddressText, isFullAddress, nonNativeCurrency, walletType, accountConfig, onClickLogout, onConnectWallet, onClickCopy, onClickTopUp, handleRefetchBalance, refreshIcon }: WalletsAccountLayoutProps) => import("react/jsx-runtime").JSX.Element;
export default WalletsAccountLayout;
