/// import { ItemCardProps } from './interfaces'; declare const ItemCard: (props: ItemCardProps) => JSX.Element; export default ItemCard;