type WalletAdvancedAddressDetailsProps = { classNames?: { container?: string; avatar?: string; nameButton?: string; fiatBalance?: string; }; }; export declare function WalletAdvancedAddressDetails({ classNames, }: WalletAdvancedAddressDetailsProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=WalletAdvancedAddressDetails.d.ts.map