import { ProductCart } from '../../lib/cart/cartProductTypes'; type Props = { product: ProductCart; }; declare const ListCard: ({ product }: Props) => import("react/jsx-runtime").JSX.Element; export default ListCard;