import React from 'react'; import { CollectionCardProps } from '../types'; export declare const CollectionCard: React.FC;