import type { FlexBoxProps } from '@ariestools/sdk-react/flexbox'; import type { WalletInstance } from '@xyo-network/sdk'; import React from 'react'; /** * Props for {@link WalletAccountDetails}. * @public */ export interface WalletAccountDetailsProps extends FlexBoxProps { account?: WalletInstance; exploreUrl?: string; } /** * Account summary with address button and explore links for tokens, NFTs, and signatures. * @public */ export declare const WalletAccountDetails: React.FC; //# sourceMappingURL=WalletAccountDetails.d.ts.map