import React from 'react'; import { CryptoCardProps } from './types'; declare const CryptoCards: React.FC; export default CryptoCards;