import type { CardProps } from '@mui/material'; import type { AssetInfo } from '@xyo-network/crypto-asset-payload-plugin'; import React from 'react'; export interface CryptoAssetProps extends CardProps { asset: string; priceInfo?: AssetInfo; } export declare const CryptoAsset: React.FC; //# sourceMappingURL=Asset.d.ts.map