import type { CardHeaderProps } from '@mui/material'; import type { EthAddressWrapper } from '@xylabs/sdk-js'; import React from 'react'; export interface WalletOverviewCardHeaderProps extends CardHeaderProps { currentAccount?: EthAddressWrapper; icon?: string; walletName?: string; } export declare const WalletOverviewCardHeader: React.FC; //# sourceMappingURL=CardHeader.d.ts.map