import React from 'react'; import { ItemMiniCardProps } from '../../interfaces'; declare const ItemMiniCard: React.FC; export default ItemMiniCard;