/// interface FeaturedListCardProps { displayName: string; imgSrc?: string; identitiesCount?: number; tvl?: string; holdersCount?: number; stakeholders?: Array<{ name: string; avatar?: string; }>; } declare const FeaturedListCard: React.FC; export { FeaturedListCard };