import type { FC } from 'react'; import './style.less'; import type { Asset } from './types'; export * from './types'; declare const AssetCard: FC; export default AssetCard;